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 b54a9fe..6371422 100644 --- a/test/Analysis/PostDominators/pr1098.ll +++ b/test/Analysis/PostDominators/pr1098.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -postdomtree -analyze | grep entry +; RUN: opt %s -postdomtree -analyze | grep entry ; PR932 define void @foo(i1 %x) { |