[llvm-commits] CVS: llvm/test/Regression/Bytecode/old-intrinsics.ll
Chris Lattner
lattner at cs.uiuc.edu
Sun Jan 22 23:08:02 PST 2006
Changes in directory llvm/test/Regression/Bytecode:
old-intrinsics.ll updated: 1.2 -> 1.3
---
Log message:
make this test harder
---
Diffs of the changes: (+2 -1)
old-intrinsics.ll | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/test/Regression/Bytecode/old-intrinsics.ll
diff -u llvm/test/Regression/Bytecode/old-intrinsics.ll:1.2 llvm/test/Regression/Bytecode/old-intrinsics.ll:1.3
--- llvm/test/Regression/Bytecode/old-intrinsics.ll:1.2 Thu Jan 19 01:15:47 2006
+++ llvm/test/Regression/Bytecode/old-intrinsics.ll Mon Jan 23 01:07:51 2006
@@ -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.
More information about the llvm-commits
mailing list