summaryrefslogtreecommitdiffstats
path: root/test/Analysis/ScalarEvolution/2007-09-27-LargeStepping.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2007-11-27 00:10:35 +0000
committerDan Gohman <gohman@apple.com>2007-11-27 00:10:35 +0000
commit88e84d1f20cc56426abd975f7ec017f2678825f4 (patch)
tree0ddc357c3ce2003f620cfd492a74825be4bd86ad /test/Analysis/ScalarEvolution/2007-09-27-LargeStepping.ll
parent08e581eda7b9023ab94f5ff60d279495715a7567 (diff)
downloadexternal_llvm-88e84d1f20cc56426abd975f7ec017f2678825f4.zip
external_llvm-88e84d1f20cc56426abd975f7ec017f2678825f4.tar.gz
external_llvm-88e84d1f20cc56426abd975f7ec017f2678825f4.tar.bz2
Change grep '' to grep {}.
Change 2>&1 | to |&. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44344 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/ScalarEvolution/2007-09-27-LargeStepping.ll')
-rw-r--r--test/Analysis/ScalarEvolution/2007-09-27-LargeStepping.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/ScalarEvolution/2007-09-27-LargeStepping.ll b/test/Analysis/ScalarEvolution/2007-09-27-LargeStepping.ll
index d7a0baf..c9bb85f 100644
--- a/test/Analysis/ScalarEvolution/2007-09-27-LargeStepping.ll
+++ b/test/Analysis/ScalarEvolution/2007-09-27-LargeStepping.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -analyze -scalar-evolution 2>&1 | grep "13 iterations"
+; RUN: llvm-as < %s | opt -analyze -scalar-evolution |& grep {13 iterations}
; PR1706
define i32 @f() {