diff options
| author | Tanya Lattner <tonic@nondot.org> | 2007-11-28 04:57:00 +0000 |
|---|---|---|
| committer | Tanya Lattner <tonic@nondot.org> | 2007-11-28 04:57:00 +0000 |
| commit | 8f342f8ef350af778bfa4c5d07eb4615dcd76af0 (patch) | |
| tree | b77175ea3fa5ab9ce347233bd6f667c0523c29b5 /llvm/test/Analysis/ScalarEvolution/2007-08-06-Unsigned.ll | |
| parent | d0d8d4e3b9fdce475444f4e9c39c5561733560ea (diff) | |
| download | bcm5719-llvm-8f342f8ef350af778bfa4c5d07eb4615dcd76af0.tar.gz bcm5719-llvm-8f342f8ef350af778bfa4c5d07eb4615dcd76af0.zip | |
Fix bug in regression tests that ignored stderr output in RUN lines. Updated tests and fixed broken run lines.
XFAILed 3 arm regressions (will file bugs)
llvm-svn: 44389
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 30514724d94..32e580e047e 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) { |

