diff options
Diffstat (limited to 'test/Transforms/LoopSimplify/basictest.ll')
-rw-r--r-- | test/Transforms/LoopSimplify/basictest.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/LoopSimplify/basictest.ll b/test/Transforms/LoopSimplify/basictest.ll index 6b31848a94bd0..81b2c80fae008 100644 --- a/test/Transforms/LoopSimplify/basictest.ll +++ b/test/Transforms/LoopSimplify/basictest.ll @@ -1,4 +1,5 @@ ; RUN: opt < %s -loop-simplify +; RUN: opt < %s -passes=loop-simplify ; This function should get a preheader inserted before BB3, that is jumped ; to by BB1 & BB2 |