summaryrefslogtreecommitdiff
path: root/test/Analysis/LoopInfo
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-08-22 00:51:19 +0000
committerBill Wendling <isanbard@gmail.com>2013-08-22 00:51:19 +0000
commit3c3ee1f8acb288e38790eca3825f101fd70c2a6b (patch)
treeda1002ca51356c01e4a01fdb758ddf64a32d33d9 /test/Analysis/LoopInfo
parente2a48fbd9d1ec8bebb5b10cf8770d716f8bdda28 (diff)
downloadllvm-3c3ee1f8acb288e38790eca3825f101fd70c2a6b.tar.gz
llvm-3c3ee1f8acb288e38790eca3825f101fd70c2a6b.tar.bz2
llvm-3c3ee1f8acb288e38790eca3825f101fd70c2a6b.tar.xz
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.ll5
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 7119007ffd..a87bab7cab 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