summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-01-26 07:08:42 +0000
committerChris Lattner <sabre@nondot.org>2005-01-26 07:08:42 +0000
commitc74b5a16c487252084439fc8af38f74dee4f737d (patch)
treeada0a0c86e7dc608cf2e2cbb1510acdc5d1f3f44 /test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll
parentfc16691925f550fcb17c8f03858ea11c488bdf12 (diff)
downloadllvm-c74b5a16c487252084439fc8af38f74dee4f737d.tar.gz
llvm-c74b5a16c487252084439fc8af38f74dee4f737d.tar.bz2
llvm-c74b5a16c487252084439fc8af38f74dee4f737d.tar.xz
XFAIL this for now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19845 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll')
-rw-r--r--test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll b/test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll
index 02cbd5186b..f58b6b98c7 100644
--- a/test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll
+++ b/test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll
@@ -11,6 +11,11 @@
;
; 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:
;