aboutsummaryrefslogtreecommitdiffstats
path: root/test/Bytecode
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-01-23 07:07:51 +0000
committerChris Lattner <sabre@nondot.org>2006-01-23 07:07:51 +0000
commit2c6d99cbf8e54f9bbc1e0aec51e27b88ae425d4b (patch)
treea4295e155b5760b9a8cde53208db6f836d04bf4f /test/Bytecode
parent4ef10867499aa146cd819c78d8d37a8353d4f0ff (diff)
downloadexternal_llvm-2c6d99cbf8e54f9bbc1e0aec51e27b88ae425d4b.zip
external_llvm-2c6d99cbf8e54f9bbc1e0aec51e27b88ae425d4b.tar.gz
external_llvm-2c6d99cbf8e54f9bbc1e0aec51e27b88ae425d4b.tar.bz2
make this test harder
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25533 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Bytecode')
-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.