diff options
Diffstat (limited to 'llvm/test/Transforms/SimpleLoopUnswitch/2011-06-02-CritSwitch.ll')
-rw-r--r-- | llvm/test/Transforms/SimpleLoopUnswitch/2011-06-02-CritSwitch.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/SimpleLoopUnswitch/2011-06-02-CritSwitch.ll b/llvm/test/Transforms/SimpleLoopUnswitch/2011-06-02-CritSwitch.ll index 8c13e1854c9..b861d3029d5 100644 --- a/llvm/test/Transforms/SimpleLoopUnswitch/2011-06-02-CritSwitch.ll +++ b/llvm/test/Transforms/SimpleLoopUnswitch/2011-06-02-CritSwitch.ll @@ -1,4 +1,5 @@ ; RUN: opt -simple-loop-unswitch -disable-output < %s +; RUN: opt -simple-loop-unswitch -enable-mssa-loop-dependency=true -verify-memoryssa -disable-output < %s ; PR10031 define i32 @test(i32 %command) { |