Enable more tests

llvm-svn: 6149
This commit is contained in:
Chris Lattner 2003-05-12 20:39:30 +00:00
parent 5069283493
commit 7ae106bc5e
1 changed files with 4 additions and 4 deletions

View 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