diff options
author | Chris Lattner <sabre@nondot.org> | 2006-08-27 22:47:14 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-08-27 22:47:14 +0000 |
commit | d52e1b0dbe8b3052a5a8afb3f01d1d905748e685 (patch) | |
tree | 77fd3337075f56c064b84f269de059f1d190baf4 /test/Analysis/LoopInfo | |
parent | c9b208c88607172bf23eb92bb1f8d8dfb833e814 (diff) |
Update tests now that opt no longer reads .ll files
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29927 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/LoopInfo')
-rw-r--r-- | test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll b/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll index 96099a8da9..6c5bb689b4 100644 --- a/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll +++ b/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll @@ -1,7 +1,7 @@ ; This testcase was incorrectly computing that the loopentry.7 loop was ; not a child of the loopentry.6 loop. ; -; RUN: opt -analyze %s -loops | grep "^ Loop Containing: %loopentry.7" +; RUN: llvm-as < %s | opt -analyze -loops | grep "^ Loop Containing: %loopentry.7" void %getAndMoveToFrontDecode() { ; No predecessors! br label %endif.2 |