summaryrefslogtreecommitdiff
path: root/test/Analysis/PostDominators
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/PostDominators
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/PostDominators')
-rw-r--r--test/Analysis/PostDominators/pr1098.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Analysis/PostDominators/pr1098.ll b/test/Analysis/PostDominators/pr1098.ll
index afb47769ee..2eed213712 100644
--- a/test/Analysis/PostDominators/pr1098.ll
+++ b/test/Analysis/PostDominators/pr1098.ll
@@ -1,7 +1,8 @@
-; RUN: opt < %s -postdomtree -analyze | grep entry
+; RUN: opt < %s -postdomtree -analyze | FileCheck %s
; PR932
define void @foo(i1 %x) {
+; CHECK: entry
entry:
br i1 %x, label %bb1, label %bb0
bb0: ; preds = %entry, bb0