[llvm-commits] CVS: llvm/test/Regression/CodeGen/Generic/bool-to-double.ll

Chris Lattner lattner at cs.uiuc.edu
Thu Oct 6 21:49:12 PDT 2005



Changes in directory llvm/test/Regression/CodeGen/Generic:

bool-to-double.ll added (r1.1)
---
Log message:

test broken in the IA64 backend.


---
Diffs of the changes:  (+5 -0)

 bool-to-double.ll |    5 +++++
 1 files changed, 5 insertions(+)


Index: llvm/test/Regression/CodeGen/Generic/bool-to-double.ll
diff -c /dev/null llvm/test/Regression/CodeGen/Generic/bool-to-double.ll:1.1
*** /dev/null	Thu Oct  6 23:49:10 2005
--- llvm/test/Regression/CodeGen/Generic/bool-to-double.ll	Thu Oct  6 23:49:00 2005
***************
*** 0 ****
--- 1,5 ----
+ ; RUN: llvm-as < %s | llc
+ double %test(bool %X) {
+         %Y = cast bool %X to double
+         ret double %Y
+ }






More information about the llvm-commits mailing list