diff options
author | Chris Lattner <sabre@nondot.org> | 2005-01-26 07:08:42 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-01-26 07:08:42 +0000 |
commit | c74b5a16c487252084439fc8af38f74dee4f737d (patch) | |
tree | ada0a0c86e7dc608cf2e2cbb1510acdc5d1f3f44 /test | |
parent | fc16691925f550fcb17c8f03858ea11c488bdf12 (diff) | |
download | external_llvm-c74b5a16c487252084439fc8af38f74dee4f737d.zip external_llvm-c74b5a16c487252084439fc8af38f74dee4f737d.tar.gz external_llvm-c74b5a16c487252084439fc8af38f74dee4f737d.tar.bz2 |
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')
-rw-r--r-- | test/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll | 5 |
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 02cbd51..f58b6b9 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: ; |