aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/2005-12-21-ZeroInitVector.ll
blob: edcf60518f85500f88360ccde0e49fed8ed64072 (plain)
1
2
3
4
5
6
7
; RUN: llvm-as < %s > /dev/null
; RUN: verify-uselistorder %s

define <4 x i32> @foo() {
        ret <4 x i32> zeroinitializer
}