X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FLinker%2F2006-01-19-ConstantPacked.ll;h=5b39cb2ad27912d2e26e4efac239c899894d56c4;hb=566fb9fe3ed767be7218fb1608ec6a284067d3b0;hp=1cb47497d014ad887610b436f520f7702a1e917e;hpb=ceca194c4355224723b309a3a27c5e5bc19cb6fc;p=oota-llvm.git diff --git a/test/Linker/2006-01-19-ConstantPacked.ll b/test/Linker/2006-01-19-ConstantPacked.ll index 1cb47497d01..5b39cb2ad27 100644 --- a/test/Linker/2006-01-19-ConstantPacked.ll +++ b/test/Linker/2006-01-19-ConstantPacked.ll @@ -1,13 +1,10 @@ -; RUN: llvm-as < %s -f -o %t1.bc -; RUN: llvm-link -f -o %t2.bc %t1.bc +; RUN: llvm-as %s -o %t1.bc +; RUN: llvm-link -o %t2.bc %t1.bc target datalayout = "E-p:32:32" target triple = "powerpc-apple-darwin7.7.0" -deplibs = [ "c", "crtend" ] @source = global <4 x i32> < i32 0, i32 1, i32 2, i32 3 > ; <<4 x i32>*> [#uses=0] define i32 @main() { -entry: - ret i32 0 + ret i32 0 } -