diff options
Diffstat (limited to 'test/Analysis/PostDominators/pr1098.ll')
-rw-r--r-- | test/Analysis/PostDominators/pr1098.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/PostDominators/pr1098.ll b/test/Analysis/PostDominators/pr1098.ll index 637142278a..afb47769ee 100644 --- a/test/Analysis/PostDominators/pr1098.ll +++ b/test/Analysis/PostDominators/pr1098.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -postdomtree -analyze | grep entry +; RUN: opt < %s -postdomtree -analyze | grep entry ; PR932 define void @foo(i1 %x) { |