From 50e8682f282f1ae04ce18cb84b638d126f499faf Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 28 Jun 2003 23:23:34 +0000 Subject: Remove explicit control flow through the use of the 'not' script git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6965 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/Reassociate/2002-05-15-SubReassociate2.ll | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'test/Transforms/Reassociate/2002-05-15-SubReassociate2.ll') diff --git a/test/Transforms/Reassociate/2002-05-15-SubReassociate2.ll b/test/Transforms/Reassociate/2002-05-15-SubReassociate2.ll index aa0066a1ff..05f9bd4ae6 100644 --- a/test/Transforms/Reassociate/2002-05-15-SubReassociate2.ll +++ b/test/Transforms/Reassociate/2002-05-15-SubReassociate2.ll @@ -1,9 +1,6 @@ ; With sub reassociation, constant folding can eliminate the two 12 constants. ; -; RUN: if as < %s | opt -reassociate -constprop -dce | dis | grep 12 -; RUN: then exit 1 -; RUN: else exit 0 -; RUN: fi +; RUN: as < %s | opt -reassociate -constprop -dce | dis | not grep 12 int "test"(int %A, int %B, int %C, int %D) { %M = add int %A, 12 -- cgit v1.2.3