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 | 4b20032b08926d8cf68440c6b7818613d7ad691c (patch) | |
tree | f6a426c3beaa797837ff4c2b674dc6e83a0fe8be | |
parent | 9caa8c0d77d42c66176d2df5e2ac25b8339d13bf (diff) | |
download | bcm5719-llvm-4b20032b08926d8cf68440c6b7818613d7ad691c.tar.gz bcm5719-llvm-4b20032b08926d8cf68440c6b7818613d7ad691c.zip |
remove redundant check.
llvm-svn: 50469
-rw-r--r-- | llvm/test/Transforms/SimplifyLibCalls/memcmp.ll | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/test/Transforms/SimplifyLibCalls/memcmp.ll b/llvm/test/Transforms/SimplifyLibCalls/memcmp.ll index 16ae0e749f4..7bdbc8d17e4 100644 --- a/llvm/test/Transforms/SimplifyLibCalls/memcmp.ll +++ b/llvm/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] |