summaryrefslogtreecommitdiffstats
path: root/llvm/test/Other/2003-02-19-LoopInfoNestingBug.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-15 10:26:05 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-15 10:26:05 +0000
commitc943f8ff345a11ae2697953417f618698391a962 (patch)
treed276f0e7bae5f5939eb0bf7f339389b7f40cb72c /llvm/test/Other/2003-02-19-LoopInfoNestingBug.ll
parent892c86fbadd384c6fbdd87ffaf5672f1419306fd (diff)
downloadbcm5719-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.ll3
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
OpenPOWER on IntegriCloud