Remove the 'N' modifier from llvm-ar.
[oota-llvm.git] / test / Integer / packed_bt.ll
index a2fa12775988ae6e1398c1f10764c55f146e8208..f6ea87ce6ce31ea14266cfb1f2959c22474845b2 100644 (file)
@@ -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() 
 {