[llvm-commits] CVS: llvm/test/Regression/Jello/test-cast.ll

Chris Lattner lattner at cs.uiuc.edu
Sat May 31 22:38:01 PDT 2003


Changes in directory llvm/test/Regression/Jello:

test-cast.ll updated: 1.5 -> 1.6

---
Log message:

Add tests for cast of long to bool


---
Diffs of the changes:

Index: llvm/test/Regression/Jello/test-cast.ll
diff -u llvm/test/Regression/Jello/test-cast.ll:1.5 llvm/test/Regression/Jello/test-cast.ll:1.6
--- llvm/test/Regression/Jello/test-cast.ll:1.5	Mon May 12 15:39:30 2003
+++ llvm/test/Regression/Jello/test-cast.ll	Sat May 31 22:37:25 2003
@@ -1,4 +1,5 @@
 
+
 int %foo() {
   ret int 0
 }
@@ -49,6 +50,7 @@
   cast uint 0 to double
 
   ; cast long to ...
+  cast long 0 to bool
   cast long 0 to sbyte
   cast long 0 to ubyte
   cast long 0 to short
@@ -59,6 +61,8 @@
   cast long 0 to ulong
   cast long 0 to float
   cast long 0 to double
+
+  cast ulong 0 to bool
   
   ; cast float to ...
   ;cast float 0.0 to bool





More information about the llvm-commits mailing list