diff --git a/test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll b/test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll index f58b6b98c72..a4bf7a7a01d 100644 --- a/test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll +++ b/test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll @@ -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 ; [#uses=1] %C = setlt uint %Y, 1024 ; [#uses=1]