summaryrefslogtreecommitdiff
path: root/test/Integer/BitPacked.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Integer/BitPacked.ll')
-rw-r--r--test/Integer/BitPacked.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Integer/BitPacked.ll b/test/Integer/BitPacked.ll
index d363a81e73..e6e453ab0c 100644
--- a/test/Integer/BitPacked.ll
+++ b/test/Integer/BitPacked.ll
@@ -2,8 +2,8 @@
; 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>
define void @main()