diff options
Diffstat (limited to 'test/Transforms/LoopSimplify/basictest.ll')
-rw-r--r-- | test/Transforms/LoopSimplify/basictest.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopSimplify/basictest.ll b/test/Transforms/LoopSimplify/basictest.ll index a6f03d6..4241d8a 100644 --- a/test/Transforms/LoopSimplify/basictest.ll +++ b/test/Transforms/LoopSimplify/basictest.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -loopsimplify +; RUN: opt < %s -loopsimplify ; This function should get a preheader inserted before BB3, that is jumped ; to by BB1 & BB2 |