blob: 7b405f377f5bef6152a349bbf11fceaa1e7a47fd [file] [log] [blame]
Anton Korobeynikov620f0732008-03-05 15:44:25 +00001; RUN: llvm-upgrade < %s | llvm-as -f -o %t1.bc
2; RUN: llvm-link -f -o %t2.bc %t1.bc
Dan Gohmanf17a25c2007-07-18 16:29:46 +00003
4target endian = big
5target pointersize = 32
6target triple = "powerpc-apple-darwin7.7.0"
7deplibs = [ "c", "crtend" ]
8%source = global <4 x int> < int 0, int 1, int 2, int 3 >
9
10implementation ; Functions:
11
12int %main() {
13entry:
14 ret int 0
15}