diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2007-04-15 10:26:05 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2007-04-15 10:26:05 +0000 |
| commit | c943f8ff345a11ae2697953417f618698391a962 (patch) | |
| tree | d276f0e7bae5f5939eb0bf7f339389b7f40cb72c /llvm/test/Other/2003-02-19-LoopInfoNestingBug.ll | |
| parent | 892c86fbadd384c6fbdd87ffaf5672f1419306fd (diff) | |
| download | bcm5719-llvm-c943f8ff345a11ae2697953417f618698391a962.tar.gz bcm5719-llvm-c943f8ff345a11ae2697953417f618698391a962.zip | |
For PR1319: Upgrade to new test harness
llvm-svn: 36070
Diffstat (limited to 'llvm/test/Other/2003-02-19-LoopInfoNestingBug.ll')
| -rw-r--r-- | llvm/test/Other/2003-02-19-LoopInfoNestingBug.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/Other/2003-02-19-LoopInfoNestingBug.ll b/llvm/test/Other/2003-02-19-LoopInfoNestingBug.ll index bf71f5f22e1..ebad6baa371 100644 --- a/llvm/test/Other/2003-02-19-LoopInfoNestingBug.ll +++ b/llvm/test/Other/2003-02-19-LoopInfoNestingBug.ll @@ -2,7 +2,8 @@ ; figure out that loop "Inner" should be nested inside of leep "LoopHeader", ; and instead nests it just inside loop "Top" ; -; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -loops | grep ' Loop Containing:[ ]*%Inner' +; RUN: llvm-upgrade < %s | llvm-as | opt -analyze -loops | \ +; RUN: grep { Loop Containing:\[ \]*%Inner} ; implementation |

