YouCompleteMe/cpp/llvm/test/Assembler/2005-12-21-ZeroInitVector.ll

7 lines
100 B
LLVM
Raw Normal View History

2012-07-05 20:51:06 -04:00
; RUN: llvm-as < %s > /dev/null
define <4 x i32> @foo() {
ret <4 x i32> zeroinitializer
}