diff options
| author | Wojciech Matyjewicz <wmatyjewicz@fastmail.fm> | 2008-02-12 15:12:40 +0000 |
|---|---|---|
| committer | Wojciech Matyjewicz <wmatyjewicz@fastmail.fm> | 2008-02-12 15:12:40 +0000 |
| commit | ddb265b905cf83c44bfa0819c3a80dc13f29173f (patch) | |
| tree | 47e3ca433bc23a32cb66a4926fd284474af6732d /llvm/test/Analysis/ScalarEvolution/2007-08-06-Unsigned.ll | |
| parent | 995624f44d3db3aae26fca1a48d3f1f9c8282a9b (diff) | |
| download | bcm5719-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.ll | 2 |
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) { |

