summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/2007-10-10-EliminateMemCpy.ll
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2007-10-18 00:48:43 +0000
committerDevang Patel <dpatel@apple.com>2007-10-18 00:48:43 +0000
commitcd2858ee16040e208958d6ba2142dcbd461116ed (patch)
treeb3d6b15db390e3c6e274afab781edc0f339c5deb /test/Transforms/InstCombine/2007-10-10-EliminateMemCpy.ll
parent52e2d83e653abd745d93bc05acba59c32a64eabf (diff)
downloadllvm-cd2858ee16040e208958d6ba2142dcbd461116ed.tar.gz
llvm-cd2858ee16040e208958d6ba2142dcbd461116ed.tar.bz2
llvm-cd2858ee16040e208958d6ba2142dcbd461116ed.tar.xz
XFAIL for now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43111 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/InstCombine/2007-10-10-EliminateMemCpy.ll')
-rw-r--r--test/Transforms/InstCombine/2007-10-10-EliminateMemCpy.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/InstCombine/2007-10-10-EliminateMemCpy.ll b/test/Transforms/InstCombine/2007-10-10-EliminateMemCpy.ll
index 22765243bd..b5ed730156 100644
--- a/test/Transforms/InstCombine/2007-10-10-EliminateMemCpy.ll
+++ b/test/Transforms/InstCombine/2007-10-10-EliminateMemCpy.ll
@@ -1,5 +1,6 @@
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep call
; RUN: llvm-as < %s | opt -std-compile-opts | llvm-dis | not grep xyz
+; XFAIL: *
@.str = internal constant [4 x i8] c"xyz\00" ; <[4 x i8]*> [#uses=1]
define void @foo(i8* %P) {