aboutsummaryrefslogtreecommitdiffstats
path: root/test/Other/2003-02-19-LoopInfoNestingBug.ll
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2006-08-22 04:37:51 +0000
committerBill Wendling <isanbard@gmail.com>2006-08-22 04:37:51 +0000
commitd31af2ab6b3ceba60220fc12c84cb7f316c8deb3 (patch)
tree3bcadbc59ec628263c728efcf4444d2167fd37e5 /test/Other/2003-02-19-LoopInfoNestingBug.ll
parent0c2f83e756ad808aedf6cb39ea043d3d4cd79909 (diff)
downloadexternal_llvm-d31af2ab6b3ceba60220fc12c84cb7f316c8deb3.zip
external_llvm-d31af2ab6b3ceba60220fc12c84cb7f316c8deb3.tar.gz
external_llvm-d31af2ab6b3ceba60220fc12c84cb7f316c8deb3.tar.bz2
Modified the RUN line from "analyze ..." to "opt -analyze ..." because
Reid removed the analyze tool and incorporated it into the opt tool. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29807 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Other/2003-02-19-LoopInfoNestingBug.ll')
-rw-r--r--test/Other/2003-02-19-LoopInfoNestingBug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Other/2003-02-19-LoopInfoNestingBug.ll b/test/Other/2003-02-19-LoopInfoNestingBug.ll
index d06a5f5..157a881 100644
--- a/test/Other/2003-02-19-LoopInfoNestingBug.ll
+++ b/test/Other/2003-02-19-LoopInfoNestingBug.ll
@@ -2,7 +2,7 @@
; figure out that loop "Inner" should be nested inside of leep "LoopHeader",
; and instead nests it just inside loop "Top"
;
-; RUN: analyze -loops %s | grep ' Loop Containing:[ ]*%Inner'
+; RUN: opt -analyze -loops %s | grep ' Loop Containing:[ ]*%Inner'
;
implementation