[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/2006-10-02-BoolRetCrash.ll
Chris Lattner
sabre at nondot.org
Tue Oct 3 10:18:08 PDT 2006
Changes in directory llvm/test/Regression/CodeGen/X86:
2006-10-02-BoolRetCrash.ll added (r1.1)
---
Log message:
testcase for PR933: http://llvm.org/PR933
---
Diffs of the changes: (+7 -0)
2006-10-02-BoolRetCrash.ll | 7 +++++++
1 files changed, 7 insertions(+)
Index: llvm/test/Regression/CodeGen/X86/2006-10-02-BoolRetCrash.ll
diff -c /dev/null llvm/test/Regression/CodeGen/X86/2006-10-02-BoolRetCrash.ll:1.1
*** /dev/null Tue Oct 3 12:18:04 2006
--- llvm/test/Regression/CodeGen/X86/2006-10-02-BoolRetCrash.ll Tue Oct 3 12:17:54 2006
***************
*** 0 ****
--- 1,7 ----
+ ; RUN: llvm-as < %s | llc &&
+ ; RUN: llvm-as < %s | llc -enable-x86-fastcc
+ ; PR933
+
+ fastcc bool %test() {
+ ret bool true
+ }
More information about the llvm-commits
mailing list