diff options
author | Bill Wendling <isanbard@gmail.com> | 2013-08-22 00:51:19 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2013-08-22 00:51:19 +0000 |
commit | 3c3ee1f8acb288e38790eca3825f101fd70c2a6b (patch) | |
tree | da1002ca51356c01e4a01fdb758ddf64a32d33d9 /test/Analysis/LoopInfo | |
parent | e2a48fbd9d1ec8bebb5b10cf8770d716f8bdda28 (diff) | |
download | external_llvm-3c3ee1f8acb288e38790eca3825f101fd70c2a6b.zip external_llvm-3c3ee1f8acb288e38790eca3825f101fd70c2a6b.tar.gz external_llvm-3c3ee1f8acb288e38790eca3825f101fd70c2a6b.tar.bz2 |
FileCheck-ize tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188971 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/LoopInfo')
-rw-r--r-- | test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll b/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll index 7119007..a87bab7 100644 --- a/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll +++ b/test/Analysis/LoopInfo/2003-05-15-NestingProblem.ll @@ -1,8 +1,9 @@ ; This testcase was incorrectly computing that the loopentry.7 loop was ; not a child of the loopentry.6 loop. ; -; RUN: opt < %s -analyze -loops | \ -; RUN: grep "^ Loop at depth 4 containing: %loopentry.7<header><latch><exiting>" +; RUN: opt < %s -analyze -loops | FileCheck %s + +; CHECK: Loop at depth 4 containing: %loopentry.7<header><latch><exiting> define void @getAndMoveToFrontDecode() { br label %endif.2 |