This test now passes.
authorDevang Patel <dpatel@apple.com>
Fri, 19 Oct 2007 17:11:01 +0000 (17:11 +0000)
committerDevang Patel <dpatel@apple.com>
Fri, 19 Oct 2007 17:11:01 +0000 (17:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43183 91177308-0d34-0410-b5e6-96231b3b80d8

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

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