diff options
Diffstat (limited to 'llvm/test/Transforms/SimpleLoopUnswitch/msan.ll')
-rw-r--r-- | llvm/test/Transforms/SimpleLoopUnswitch/msan.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/SimpleLoopUnswitch/msan.ll b/llvm/test/Transforms/SimpleLoopUnswitch/msan.ll index ec1110ac9d6..8a296bcd279 100644 --- a/llvm/test/Transforms/SimpleLoopUnswitch/msan.ll +++ b/llvm/test/Transforms/SimpleLoopUnswitch/msan.ll @@ -1,4 +1,5 @@ ; RUN: opt -passes='loop(unswitch),verify<loops>' -S < %s | FileCheck %s +; RUN: opt -enable-mssa-loop-dependency=true -verify-memoryssa -passes='loop(unswitch),verify<loops>' -S < %s | FileCheck %s declare void @unknown() declare void @unknown2() |