[llvm-commits] [llvm] r50469 - /llvm/trunk/test/Transforms/SimplifyLibCalls/memcmp.ll

Chris Lattner sabre at nondot.org
Tue Apr 29 23:06:38 PDT 2008


Author: lattner
Date: Wed Apr 30 01:06:37 2008
New Revision: 50469

URL: http://llvm.org/viewvc/llvm-project?rev=50469&view=rev
Log:
remove redundant check.

Modified:
    llvm/trunk/test/Transforms/SimplifyLibCalls/memcmp.ll

Modified: llvm/trunk/test/Transforms/SimplifyLibCalls/memcmp.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/SimplifyLibCalls/memcmp.ll?rev=50469&r1=50468&r2=50469&view=diff

==============================================================================
--- llvm/trunk/test/Transforms/SimplifyLibCalls/memcmp.ll (original)
+++ llvm/trunk/test/Transforms/SimplifyLibCalls/memcmp.ll Wed Apr 30 01:06:37 2008
@@ -1,7 +1,5 @@
 ; Test that the memcmpOptimizer works correctly
-; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | \
-; RUN:   not grep {call.*memcmp}
-; RUN: llvm-as < %s | opt -simplify-libcalls -disable-output
+; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | not grep {call.*memcmp}
 
 @h = constant [2 x i8] c"h\00"		; <[2 x i8]*> [#uses=0]
 @hel = constant [4 x i8] c"hel\00"		; <[4 x i8]*> [#uses=0]





More information about the llvm-commits mailing list