diff options
Diffstat (limited to 'llvm/test/Transforms/LoopUnswitch/2008-06-02-DomInfo.ll')
| -rw-r--r-- | llvm/test/Transforms/LoopUnswitch/2008-06-02-DomInfo.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/LoopUnswitch/2008-06-02-DomInfo.ll b/llvm/test/Transforms/LoopUnswitch/2008-06-02-DomInfo.ll index 8ea4ed33fc5..165156657d7 100644 --- a/llvm/test/Transforms/LoopUnswitch/2008-06-02-DomInfo.ll +++ b/llvm/test/Transforms/LoopUnswitch/2008-06-02-DomInfo.ll @@ -1,4 +1,5 @@ ; RUN: opt < %s -loop-unswitch -instcombine -gvn -disable-output +; RUN: opt < %s -loop-unswitch -instcombine -gvn -enable-mssa-loop-dependency=true -verify-memoryssa -disable-output ; PR2372 target triple = "i386-pc-linux-gnu" |

