summaryrefslogtreecommitdiff
path: root/test/Transforms/Reassociate/2002-05-15-AgressiveSubMove.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-05-16 00:56:59 +0000
committerChris Lattner <sabre@nondot.org>2002-05-16 00:56:59 +0000
commitc95057b1b725c21a45eb5e8c1d65523d3c1673e9 (patch)
treee7f55f23c4a414ffd214d64f02d05dbaae590600 /test/Transforms/Reassociate/2002-05-15-AgressiveSubMove.ll
parent6759ca0994fc6d3ec4438f0a7598a5dca6b139d5 (diff)
downloadllvm-c95057b1b725c21a45eb5e8c1d65523d3c1673e9.tar.gz
llvm-c95057b1b725c21a45eb5e8c1d65523d3c1673e9.tar.bz2
llvm-c95057b1b725c21a45eb5e8c1d65523d3c1673e9.tar.xz
New testcases for sub/neg reassociation
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2635 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/Reassociate/2002-05-15-AgressiveSubMove.ll')
-rw-r--r--test/Transforms/Reassociate/2002-05-15-AgressiveSubMove.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Reassociate/2002-05-15-AgressiveSubMove.ll b/test/Transforms/Reassociate/2002-05-15-AgressiveSubMove.ll
index 678080dd92..8646ae3cab 100644
--- a/test/Transforms/Reassociate/2002-05-15-AgressiveSubMove.ll
+++ b/test/Transforms/Reassociate/2002-05-15-AgressiveSubMove.ll
@@ -1,4 +1,4 @@
-; RUN: if as < %s | opt -reassociate -instcombine | dis | grep add
+; RUN: if as < %s | opt -reassociate -instcombine -constprop -dce | dis | grep add
; RUN: then exit 1
; RUN: else exit 0
; RUN: fi