diff options
author | Chris Lattner <sabre@nondot.org> | 2005-04-24 06:55:40 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-04-24 06:55:40 +0000 |
commit | 6f8a2461a82004cc8875bc4d682a7de6c742e8e5 (patch) | |
tree | c90536ba15182e7d3a54b8c4c6a7b790bd5a4bc7 | |
parent | 936a775a1b0ca55159b2e772db11b5214686a0ce (diff) |
unxfail this.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21490 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll b/test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll index f58b6b98c7..a4bf7a7a01 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 ; <uint> [#uses=1] %C = setlt uint %Y, 1024 ; <bool> [#uses=1] |