Use a reference instead of making an unnecessary copy. Also use 'const'.
[oota-llvm.git] / test / Integer / BitPacked.ll
index 26c9ee95c7cc31dce40ca203e8a13559fbbcf5c4..e6e453ab0c24f94bf981bdff407f9d29c720c7cd 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() 
 {