summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/2007-10-10-EliminateMemCpy.ll
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2007-10-19 17:11:01 +0000
committerDevang Patel <dpatel@apple.com>2007-10-19 17:11:01 +0000
commit3305aaa3501452f67f4a6224f1934b20c4d21636 (patch)
tree05c6fe20b8764e09887254ed7d40b74d9d1c4bb6 /test/Transforms/InstCombine/2007-10-10-EliminateMemCpy.ll
parenta98c7b3b240e6adb3a963e823d7777c1b192c6dd (diff)
downloadllvm-3305aaa3501452f67f4a6224f1934b20c4d21636.tar.gz
llvm-3305aaa3501452f67f4a6224f1934b20c4d21636.tar.bz2
llvm-3305aaa3501452f67f4a6224f1934b20c4d21636.tar.xz
This test now passes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43183 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.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/2007-10-10-EliminateMemCpy.ll b/test/Transforms/InstCombine/2007-10-10-EliminateMemCpy.ll
index b5ed730156..6d251b12cf 100644
--- a/test/Transforms/InstCombine/2007-10-10-EliminateMemCpy.ll
+++ b/test/Transforms/InstCombine/2007-10-10-EliminateMemCpy.ll
@@ -1,6 +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) {