XFAIL for now.
authorDevang Patel <dpatel@apple.com>
Thu, 18 Oct 2007 00:48:43 +0000 (00:48 +0000)
committerDevang Patel <dpatel@apple.com>
Thu, 18 Oct 2007 00:48:43 +0000 (00:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43111 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/InstCombine/2007-10-10-EliminateMemCpy.ll

index 22765243bd752f63b70a1e2cd0d0acd02664e155..b5ed7301564a4750f8555e5ac2aaa2d7cc529b3c 100644 (file)
@@ -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) {