aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-01-04 06:32:28 +0000
committerBill Wendling <isanbard@gmail.com>2009-01-04 06:32:28 +0000
commita96658c417bd3c1278fb55fcb2782709b1dae397 (patch)
treee4ef6f212c4d0c2e3db46f0a44976da1e845d613
parentd3d69781d31641faa3dd44a9c40ada1ad57dc873 (diff)
downloadexternal_llvm-a96658c417bd3c1278fb55fcb2782709b1dae397.zip
external_llvm-a96658c417bd3c1278fb55fcb2782709b1dae397.tar.gz
external_llvm-a96658c417bd3c1278fb55fcb2782709b1dae397.tar.bz2
XFAIL this test. The xform was removed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61624 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Transforms/InstCombine/xor-demorgans.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/InstCombine/xor-demorgans.ll b/test/Transforms/InstCombine/xor-demorgans.ll
index 763794b..c8de6db 100644
--- a/test/Transforms/InstCombine/xor-demorgans.ll
+++ b/test/Transforms/InstCombine/xor-demorgans.ll
@@ -1,5 +1,6 @@
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep {= or}
; PR3266
+; XFAIL: *
define i1 @foo(i32 %x, i32 %y) nounwind {
.summary: