From ddb265b905cf83c44bfa0819c3a80dc13f29173f Mon Sep 17 00:00:00 2001 From: Wojciech Matyjewicz Date: Tue, 12 Feb 2008 15:12:40 +0000 Subject: Now that ScalarEvolution::print writes to the correct stream, there is no need to redirect stderr into stdout. llvm-svn: 47009 --- llvm/test/Analysis/ScalarEvolution/2007-08-06-Unsigned.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/Analysis/ScalarEvolution/2007-08-06-Unsigned.ll') 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) { -- cgit v1.2.3