X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FInteger%2FBitPacked.ll;h=e6e453ab0c24f94bf981bdff407f9d29c720c7cd;hb=36cd99caccbc62366b30c47fefba6c4832f0b2be;hp=26c9ee95c7cc31dce40ca203e8a13559fbbcf5c4;hpb=e3ff5ada8a8f6cc166ecc45147da0d63c3683026;p=oota-llvm.git diff --git a/test/Integer/BitPacked.ll b/test/Integer/BitPacked.ll index 26c9ee95c7c..e6e453ab0c2 100644 --- a/test/Integer/BitPacked.ll +++ b/test/Integer/BitPacked.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() {