summaryrefslogtreecommitdiff
path: root/test/Transforms/Reassociate/2002-05-15-SubReassociate2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Reassociate/2002-05-15-SubReassociate2.ll')
-rw-r--r--test/Transforms/Reassociate/2002-05-15-SubReassociate2.ll5
1 files changed, 1 insertions, 4 deletions
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