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 | a710180bba4f9bae94c46f91ae31220f609a8c69 (patch) | |
tree | e0366ea05d60f06764fa3b6116abd19dc005f46c /llvm/test/Regression | |
parent | 589304de7f2607b98535fff3db3535e7c97d98f1 (diff) | |
download | bcm5719-llvm-a710180bba4f9bae94c46f91ae31220f609a8c69.tar.gz bcm5719-llvm-a710180bba4f9bae94c46f91ae31220f609a8c69.zip |
XFAIL this for now.
llvm-svn: 19845
Diffstat (limited to 'llvm/test/Regression')
-rw-r--r-- | llvm/test/Regression/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/test/Regression/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll b/llvm/test/Regression/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll index 02cbd5186ba..f58b6b98c72 100644 --- a/llvm/test/Regression/Transforms/InstCombine/2004-11-27-SetCCForCastLargerAndConstant.ll +++ b/llvm/test/Regression/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: ; |