summaryrefslogtreecommitdiff
path: root/test/Analysis/ScalarEvolution/2008-07-29-SGTTripCount.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/ScalarEvolution/2008-07-29-SGTTripCount.ll')
-rw-r--r--test/Analysis/ScalarEvolution/2008-07-29-SGTTripCount.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/ScalarEvolution/2008-07-29-SGTTripCount.ll b/test/Analysis/ScalarEvolution/2008-07-29-SGTTripCount.ll
index 307439f7b8..bb352a55a3 100644
--- a/test/Analysis/ScalarEvolution/2008-07-29-SGTTripCount.ll
+++ b/test/Analysis/ScalarEvolution/2008-07-29-SGTTripCount.ll
@@ -1,6 +1,6 @@
; RUN: llvm-as < %s | opt -analyze -scalar-evolution -disable-output \
; RUN: -scalar-evolution-max-iterations=0 | \
-; RUN: grep -F "( -1 + ( -1 * %j)) iterations"
+; RUN: grep -F "(-1 + (-1 * %j)) iterations"
; PR2607
define i32 @_Z1aj(i32 %j) nounwind {