summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-05-12 20:39:30 +0000
committerChris Lattner <sabre@nondot.org>2003-05-12 20:39:30 +0000
commit7ae106bc5e68565d495d88a6adf4f35644f5849c (patch)
treea59fab6df40cff7f2e13245727ee95c447459816 /llvm
parent50692834937ca74cb1f6c156327fb451d6747722 (diff)
downloadbcm5719-llvm-7ae106bc5e68565d495d88a6adf4f35644f5849c.tar.gz
bcm5719-llvm-7ae106bc5e68565d495d88a6adf4f35644f5849c.zip
Enable more tests
llvm-svn: 6149
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/Regression/Jello/test-cast.ll8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/Regression/Jello/test-cast.ll b/llvm/test/Regression/Jello/test-cast.ll
index dbb31ab5fed..a30fc06322e 100644
--- a/llvm/test/Regression/Jello/test-cast.ll
+++ b/llvm/test/Regression/Jello/test-cast.ll
@@ -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
OpenPOWER on IntegriCloud