aboutsummaryrefslogtreecommitdiff
path: root/test/Feature/packed.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/packed.ll')
-rwxr-xr-xtest/Feature/packed.ll4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Feature/packed.ll b/test/Feature/packed.ll
index bc355ab355..bc50d26015 100755
--- a/test/Feature/packed.ll
+++ b/test/Feature/packed.ll
@@ -1,3 +1,7 @@
+; RUN: llvm-as %s -o - | llvm-dis > %t1.ll
+; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
+; RUN: diff %t1.ll %t2.ll
+
; RUN: llvm-as < %s | llvm-dis
%foo1 = uninitialized global <4 x float>;