llvm-for-llvmta/test/Assembler/2005-12-21-ZeroInitVector.ll

8 lines
130 B
LLVM
Raw Normal View History

2022-04-25 10:02:23 +02:00
; RUN: llvm-as < %s > /dev/null
; RUN: verify-uselistorder %s
define <4 x i32> @foo() {
ret <4 x i32> zeroinitializer
}