Enable more tests
authorChris Lattner <sabre@nondot.org>
Mon, 12 May 2003 20:39:30 +0000 (20:39 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 12 May 2003 20:39:30 +0000 (20:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6149 91177308-0d34-0410-b5e6-96231b3b80d8

test/ExecutionEngine/test-cast.ll

index dbb31ab5fed96083029a7975be91dae0f35fc868..a30fc06322ec102c1aacac90f6ca2b76407526af 100644 (file)
@@ -30,8 +30,8 @@ int %main() {
   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 @@ int %main() {
   ; 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