From: Chris Lattner Date: Wed, 30 Apr 2008 06:06:37 +0000 (+0000) Subject: remove redundant check. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0c58cacb7ac277e0d9433618d002a492a7f51858;p=oota-llvm.git remove redundant check. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50469 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/SimplifyLibCalls/memcmp.ll b/test/Transforms/SimplifyLibCalls/memcmp.ll index 16ae0e749f4..7bdbc8d17e4 100644 --- a/test/Transforms/SimplifyLibCalls/memcmp.ll +++ b/test/Transforms/SimplifyLibCalls/memcmp.ll @@ -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]