aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/Bytecode/old-intrinsics.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Bytecode/old-intrinsics.ll b/test/Bytecode/old-intrinsics.ll
index ec8305c..780f8a2 100644
--- a/test/Bytecode/old-intrinsics.ll
+++ b/test/Bytecode/old-intrinsics.ll
@@ -1,3 +1,4 @@
-; RUN: llvm-dis %s.bc-16 -o /dev/null -f
+; RUN: llvm-dis %s.bc-16 -o /dev/null -f &&
+; RUN: llc %s.bc-16 -o /dev/null -f -march=c
; Just see if we can disassemble the bc file corresponding to this file.