From 0c58cacb7ac277e0d9433618d002a492a7f51858 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 30 Apr 2008 06:06:37 +0000 Subject: [PATCH] remove redundant check. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50469 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/SimplifyLibCalls/memcmp.ll | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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] -- 2.34.1