X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FInteger%2Fpacked_bt.ll;h=f6ea87ce6ce31ea14266cfb1f2959c22474845b2;hb=1b0dc64919e947bb4f4677b138c734e33061f7c4;hp=a2fa12775988ae6e1398c1f10764c55f146e8208;hpb=e3ff5ada8a8f6cc166ecc45147da0d63c3683026;p=oota-llvm.git diff --git a/test/Integer/packed_bt.ll b/test/Integer/packed_bt.ll index a2fa1277598..f6ea87ce6ce 100644 --- a/test/Integer/packed_bt.ll +++ b/test/Integer/packed_bt.ll @@ -2,10 +2,9 @@ ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll ; RUN: diff %t1.ll %t2.ll -@foo1 = external global <4 x float>; -@foo2 = external global <2 x i10>; +@foo1 = external global <4 x float> +@foo2 = external global <2 x i10> -implementation ; Functions: define void @main() {