diff options
Diffstat (limited to 'llvm/test/Analysis/PostDominators/pr1098.ll')
-rw-r--r-- | llvm/test/Analysis/PostDominators/pr1098.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/Analysis/PostDominators/pr1098.ll b/llvm/test/Analysis/PostDominators/pr1098.ll index afb47769ee4..2eed2137127 100644 --- a/llvm/test/Analysis/PostDominators/pr1098.ll +++ b/llvm/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 |