[llvm-commits] [llvm] r43111 - /llvm/trunk/test/Transforms/InstCombine/2007-10-10-EliminateMemCpy.ll
Devang Patel
dpatel at apple.com
Wed Oct 17 17:48:43 PDT 2007
Author: dpatel
Date: Wed Oct 17 19:48:43 2007
New Revision: 43111
URL: http://llvm.org/viewvc/llvm-project?rev=43111&view=rev
Log:
XFAIL for now.
Modified:
llvm/trunk/test/Transforms/InstCombine/2007-10-10-EliminateMemCpy.ll
Modified: llvm/trunk/test/Transforms/InstCombine/2007-10-10-EliminateMemCpy.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/InstCombine/2007-10-10-EliminateMemCpy.ll?rev=43111&r1=43110&r2=43111&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/InstCombine/2007-10-10-EliminateMemCpy.ll (original)
+++ llvm/trunk/test/Transforms/InstCombine/2007-10-10-EliminateMemCpy.ll Wed Oct 17 19:48:43 2007
@@ -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) {
More information about the llvm-commits
mailing list