aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-05-25 21:25:54 +0000
committerChris Lattner <sabre@nondot.org>2006-05-25 21:25:54 +0000
commit45df8e2d23fb6fb3921858be19c7a45f832966d7 (patch)
treebe9a4dfe0ac4a3f69764a6c516970141e3f731ea
parent99f2af2dee68c4fe102b7b19d5ed9e565b2a4b23 (diff)
The patch corresponding to this test had to be reverted as unsafe.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28479 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Transforms/InstCombine/2006-05-10-InvalidIndexUndef.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/InstCombine/2006-05-10-InvalidIndexUndef.ll b/test/Transforms/InstCombine/2006-05-10-InvalidIndexUndef.ll
index cca6437681..c6eb3039f3 100644
--- a/test/Transforms/InstCombine/2006-05-10-InvalidIndexUndef.ll
+++ b/test/Transforms/InstCombine/2006-05-10-InvalidIndexUndef.ll
@@ -1,4 +1,5 @@
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep undef
+; XFAIL: *
%str = constant [4 x ubyte] c"str\00"