[llvm-commits] CVS: llvm/test/Regression/Jello/test-cast.ll
Chris Lattner
lattner at cs.uiuc.edu
Mon May 12 15:40:01 PDT 2003
Changes in directory llvm/test/Regression/Jello:
test-cast.ll updated: 1.4 -> 1.5
---
Log message:
Enable more tests
---
Diffs of the changes:
Index: llvm/test/Regression/Jello/test-cast.ll
diff -u llvm/test/Regression/Jello/test-cast.ll:1.4 llvm/test/Regression/Jello/test-cast.ll:1.5
--- llvm/test/Regression/Jello/test-cast.ll:1.4 Mon May 12 15:35:29 2003
+++ llvm/test/Regression/Jello/test-cast.ll Mon May 12 15:39:30 2003
@@ -30,8 +30,8 @@
cast short 0 to double
; cast ushort to ...
- ;cast ushort 0 to float
- ;cast ushort 0 to double
+ cast ushort 0 to float
+ cast ushort 0 to double
; cast int to ...
cast int 6 to bool
@@ -45,8 +45,8 @@
; cast uint to ...
cast uint 0 to long
cast uint 0 to ulong
- ;cast uint 0 to float
- ;cast uint 0 to double
+ cast uint 0 to float
+ cast uint 0 to double
; cast long to ...
cast long 0 to sbyte
More information about the llvm-commits
mailing list