diff options
author | Chris Lattner <sabre@nondot.org> | 2008-04-30 06:06:37 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-04-30 06:06:37 +0000 |
commit | 35c59c3543345e91b49c702290f2578ce7938873 (patch) | |
tree | a698b436c5691b958d4a57511710da57d700fffa /test | |
parent | 04de04db8193d6a5674d4d0d7edd64fa0ea7783b (diff) | |
download | external_llvm-35c59c3543345e91b49c702290f2578ce7938873.zip external_llvm-35c59c3543345e91b49c702290f2578ce7938873.tar.gz external_llvm-35c59c3543345e91b49c702290f2578ce7938873.tar.bz2 |
remove redundant check.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50469 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/Transforms/SimplifyLibCalls/memcmp.ll | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/Transforms/SimplifyLibCalls/memcmp.ll b/test/Transforms/SimplifyLibCalls/memcmp.ll index 16ae0e7..7bdbc8d 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] |