diff options
Diffstat (limited to 'test/Analysis/PostDominators/pr1098.ll')
| -rw-r--r-- | test/Analysis/PostDominators/pr1098.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Analysis/PostDominators/pr1098.ll b/test/Analysis/PostDominators/pr1098.ll index 2eed21371276e..1dae0c566f055 100644 --- a/test/Analysis/PostDominators/pr1098.ll +++ b/test/Analysis/PostDominators/pr1098.ll @@ -1,4 +1,5 @@ ; RUN: opt < %s -postdomtree -analyze | FileCheck %s +; RUN: opt < %s -passes='print<postdomtree>' 2>&1 | FileCheck %s ; PR932 define void @foo(i1 %x) { |
