summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/bit-tracking.ll
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2004-11-06 20:38:27 +0000
committerTanya Lattner <tonic@nondot.org>2004-11-06 20:38:27 +0000
commit12ff96854d6f03dd6cc67abb68843fd8b94e065b (patch)
tree802c948bbb9372b04be00a607f8030a671079b65 /test/Transforms/InstCombine/bit-tracking.ll
parentd2fb4d7906e9e89f4069c014a8c0b8bda0a3563f (diff)
downloadllvm-12ff96854d6f03dd6cc67abb68843fd8b94e065b.tar.gz
llvm-12ff96854d6f03dd6cc67abb68843fd8b94e065b.tar.bz2
llvm-12ff96854d6f03dd6cc67abb68843fd8b94e065b.tar.xz
Adding XFAIL lines for dejagnu support.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17514 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/InstCombine/bit-tracking.ll')
-rw-r--r--test/Transforms/InstCombine/bit-tracking.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/bit-tracking.ll b/test/Transforms/InstCombine/bit-tracking.ll
index 06cf65ccc9..c979833bc0 100644
--- a/test/Transforms/InstCombine/bit-tracking.ll
+++ b/test/Transforms/InstCombine/bit-tracking.ll
@@ -1,6 +1,6 @@
; This file contains various testcases that require tracking whether bits are
; set or cleared by various instructions.
-
+; XFAIL: *
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep %ELIM
; test1 - Eliminating the casts in this testcase (by narrowing the AND