diff options
author | Florian Hahn <florian.hahn@arm.com> | 2018-04-05 13:07:39 +0000 |
---|---|---|
committer | Florian Hahn <florian.hahn@arm.com> | 2018-04-05 13:07:39 +0000 |
commit | 8eda4b0dc0ace4e77d781dc7d30771c256f51dbc (patch) | |
tree | c50fd2f8866c2612f8f40bc9977c952f77605da9 | |
parent | 4891dbf55736355c1b807ae2ab132e4c146269eb (diff) | |
download | bcm5719-llvm-8eda4b0dc0ace4e77d781dc7d30771c256f51dbc.tar.gz bcm5719-llvm-8eda4b0dc0ace4e77d781dc7d30771c256f51dbc.zip |
[LoopInterchange] Require asserts for test using -stats (NFC)
This fixes a buildbot failure.
llvm-svn: 329279
-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" |