diff options
Diffstat (limited to 'llvm/test/Transforms/LoopInterchange/call-instructions.ll')
-rw-r--r-- | llvm/test/Transforms/LoopInterchange/call-instructions.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopInterchange/call-instructions.ll b/llvm/test/Transforms/LoopInterchange/call-instructions.ll index f8b8749131f..d06708a9262 100644 --- a/llvm/test/Transforms/LoopInterchange/call-instructions.ll +++ b/llvm/test/Transforms/LoopInterchange/call-instructions.ll @@ -1,5 +1,6 @@ +; REQUIRES: asserts ; RUN: opt < %s -basicaa -loop-interchange -pass-remarks-missed='loop-interchange' -pass-remarks-output=%t -S \ -; RUN: -stats 2>&1 | FileCheck -check-prefix=STATS %s +; RUN: -verify-dom-info -verify-loop-info -stats 2>&1 | FileCheck -check-prefix=STATS %s ; RUN: FileCheck --input-file=%t %s target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" |