unxfail this.
authorChris Lattner <sabre@nondot.org>
Sun, 24 Apr 2005 06:55:40 +0000 (06:55 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 24 Apr 2005 06:55:40 +0000 (06:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21490 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll

index f58b6b98c72ae1787ab0760b8804183777df6f7c..a4bf7a7a01d2443e4b94ea8e0287649f35c9a3e9 100644 (file)
 ;
 ; 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]