[llvm-commits] CVS: llvm/test/Regression/Bytecode/old-intrinsics.ll old-intrinsics.ll.bc-16
Chris Lattner
lattner at cs.uiuc.edu
Wed Jan 18 22:15:46 PST 2006
Changes in directory llvm/test/Regression/Bytecode:
old-intrinsics.ll added (r1.1)
old-intrinsics.ll.bc-16 added (r1.1)
---
Log message:
new testcase the autoupgrader in the bc reader fails to handle
---
Diffs of the changes: (+4 -0)
old-intrinsics.ll | 4 ++++
old-intrinsics.ll.bc-16 | 0
2 files changed, 4 insertions(+)
Index: llvm/test/Regression/Bytecode/old-intrinsics.ll
diff -c /dev/null llvm/test/Regression/Bytecode/old-intrinsics.ll:1.1
*** /dev/null Thu Jan 19 00:15:44 2006
--- llvm/test/Regression/Bytecode/old-intrinsics.ll Thu Jan 19 00:15:34 2006
***************
*** 0 ****
--- 1,4 ----
+ ; RUN: llvm-dis %s.bc-16 -o /dev/null -f
+ ; XFAIL: *
+ ; Just see if we can disassemble the bc file corresponding to this file.
+
Index: llvm/test/Regression/Bytecode/old-intrinsics.ll.bc-16
More information about the llvm-commits
mailing list