diff options
Diffstat (limited to 'llvm/test/Transforms/LoopInterchange/phi-ordering.ll')
| -rw-r--r-- | llvm/test/Transforms/LoopInterchange/phi-ordering.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopInterchange/phi-ordering.ll b/llvm/test/Transforms/LoopInterchange/phi-ordering.ll index d2d29476534..c24e6ebbb7e 100644 --- a/llvm/test/Transforms/LoopInterchange/phi-ordering.ll +++ b/llvm/test/Transforms/LoopInterchange/phi-ordering.ll @@ -1,4 +1,4 @@ -; RUN: opt < %s -loop-interchange -S | FileCheck %s +; RUN: opt < %s -loop-interchange -verify-dom-info -S | FileCheck %s ;; Checks the order of the inner phi nodes does not cause havoc. ;; The inner loop has a reduction into c. The IV is not the first phi. |

