summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/ScalarEvolution/2007-08-06-Unsigned.ll
diff options
context:
space:
mode:
authorWojciech Matyjewicz <wmatyjewicz@fastmail.fm>2008-02-12 15:12:40 +0000
committerWojciech Matyjewicz <wmatyjewicz@fastmail.fm>2008-02-12 15:12:40 +0000
commitddb265b905cf83c44bfa0819c3a80dc13f29173f (patch)
tree47e3ca433bc23a32cb66a4926fd284474af6732d /llvm/test/Analysis/ScalarEvolution/2007-08-06-Unsigned.ll
parent995624f44d3db3aae26fca1a48d3f1f9c8282a9b (diff)
downloadbcm5719-llvm-ddb265b905cf83c44bfa0819c3a80dc13f29173f.tar.gz
bcm5719-llvm-ddb265b905cf83c44bfa0819c3a80dc13f29173f.zip
Now that ScalarEvolution::print writes to the correct stream, there is
no need to redirect stderr into stdout. llvm-svn: 47009
Diffstat (limited to 'llvm/test/Analysis/ScalarEvolution/2007-08-06-Unsigned.ll')
-rw-r--r--llvm/test/Analysis/ScalarEvolution/2007-08-06-Unsigned.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Analysis/ScalarEvolution/2007-08-06-Unsigned.ll b/llvm/test/Analysis/ScalarEvolution/2007-08-06-Unsigned.ll
index 32e580e047e..e725852cea1 100644
--- a/llvm/test/Analysis/ScalarEvolution/2007-08-06-Unsigned.ll
+++ b/llvm/test/Analysis/ScalarEvolution/2007-08-06-Unsigned.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -scalar-evolution -analyze |& grep {Loop bb: ( -1 + ( -1 \\* %x) + %y) iterations!}
+; RUN: llvm-as < %s | opt -scalar-evolution -analyze | grep {Loop bb: ( -1 + ( -1 \\* %x) + %y) iterations!}
; PR1597
define i32 @f(i32 %x, i32 %y) {
OpenPOWER on IntegriCloud