From 45df8e2d23fb6fb3921858be19c7a45f832966d7 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 25 May 2006 21:25:54 +0000 Subject: [PATCH] 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 --- test/Transforms/InstCombine/2006-05-10-InvalidIndexUndef.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Transforms/InstCombine/2006-05-10-InvalidIndexUndef.ll b/test/Transforms/InstCombine/2006-05-10-InvalidIndexUndef.ll index cca6437681e..c6eb3039f37 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" -- 2.34.1