mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
unxfail this.
llvm-svn: 21490
This commit is contained in:
parent
f492b44ee9
commit
3bf87c4b02
@ -11,14 +11,8 @@
|
||||
;
|
||||
; RUN: llvm-as %s -o - | opt -instcombine | llvm-dis | not grep 'cast.*int'
|
||||
|
||||
|
||||
; Some of these cases were miscompiling programs so they were disabled, see
|
||||
; bugzilla for details.
|
||||
; XFAIL: *
|
||||
|
||||
implementation ; Functions:
|
||||
|
||||
;
|
||||
bool %lt_signed_to_large_unsigned(sbyte %SB) {
|
||||
%Y = cast sbyte %SB to uint ; <uint> [#uses=1]
|
||||
%C = setlt uint %Y, 1024 ; <bool> [#uses=1]
|
||||
|
Loading…
Reference in New Issue
Block a user