remove redundant check.
authorChris Lattner <sabre@nondot.org>
Wed, 30 Apr 2008 06:06:37 +0000 (06:06 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 30 Apr 2008 06:06:37 +0000 (06:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50469 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/SimplifyLibCalls/memcmp.ll

index 16ae0e749f4c12f9a688e1b23ced4be91f1d8c78..7bdbc8d17e4f951c50c2d82936df329552d449f8 100644 (file)
@@ -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]