diff options
Diffstat (limited to 'test/Analysis/PostDominators/2007-04-17-PostDominanceFrontier.ll')
-rw-r--r-- | test/Analysis/PostDominators/2007-04-17-PostDominanceFrontier.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/PostDominators/2007-04-17-PostDominanceFrontier.ll b/test/Analysis/PostDominators/2007-04-17-PostDominanceFrontier.ll index 59303c67f9..1ec056bc34 100644 --- a/test/Analysis/PostDominators/2007-04-17-PostDominanceFrontier.ll +++ b/test/Analysis/PostDominators/2007-04-17-PostDominanceFrontier.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -postdomfrontier -disable-output +; RUN: opt < %s -postdomfrontier -disable-output define void @SManager() { entry: |