blob: d7d864b41b16bed6d61fd1794dc1ca7fda500de0 [file] [log] [blame]
Gabor Greifafb4e8c2008-05-20 22:07:21 +00001; RUN: llvm-as %s -f -o %t1.bc
Anton Korobeynikov620f0732008-03-05 15:44:25 +00002; RUN: llvm-link -f -o %t2.bc %t1.bc
Dan Gohmanf17a25c2007-07-18 16:29:46 +00003
Tanya Lattner003eae52008-03-10 07:21:50 +00004target datalayout = "E-p:32:32"
Dan Gohmanf17a25c2007-07-18 16:29:46 +00005target triple = "powerpc-apple-darwin7.7.0"
6deplibs = [ "c", "crtend" ]
Tanya Lattner003eae52008-03-10 07:21:50 +00007@source = global <4 x i32> < i32 0, i32 1, i32 2, i32 3 > ; <<4 x i32>*> [#uses=0]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00008
Tanya Lattner003eae52008-03-10 07:21:50 +00009define i32 @main() {
Dan Gohmanf17a25c2007-07-18 16:29:46 +000010entry:
Tanya Lattner003eae52008-03-10 07:21:50 +000011 ret i32 0
Dan Gohmanf17a25c2007-07-18 16:29:46 +000012}
Tanya Lattner003eae52008-03-10 07:21:50 +000013