diff options
Diffstat (limited to 'llvm/test/Transforms/SimpleLoopUnswitch/2006-06-27-DeadSwitchCase.ll')
-rw-r--r-- | llvm/test/Transforms/SimpleLoopUnswitch/2006-06-27-DeadSwitchCase.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/SimpleLoopUnswitch/2006-06-27-DeadSwitchCase.ll b/llvm/test/Transforms/SimpleLoopUnswitch/2006-06-27-DeadSwitchCase.ll index 61825b6c1d8..85066168e1e 100644 --- a/llvm/test/Transforms/SimpleLoopUnswitch/2006-06-27-DeadSwitchCase.ll +++ b/llvm/test/Transforms/SimpleLoopUnswitch/2006-06-27-DeadSwitchCase.ll @@ -1,4 +1,5 @@ ; RUN: opt < %s -simple-loop-unswitch -disable-output +; RUN: opt < %s -simple-loop-unswitch -enable-mssa-loop-dependency=true -verify-memoryssa -disable-output define void @init_caller_save() { entry: |