summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms
diff options
context:
space:
mode:
authorFlorian Hahn <florian.hahn@arm.com>2018-04-24 18:10:52 +0000
committerFlorian Hahn <florian.hahn@arm.com>2018-04-24 18:10:52 +0000
commit97ae30b8d6d90baed17ebc57a0d12da7c14d4223 (patch)
tree496986433710b4e492938db8b329da68253c845c /llvm/test/Transforms
parentcf0199a28900844b803bbcd0136a9bcc89bae953 (diff)
downloadbcm5719-llvm-97ae30b8d6d90baed17ebc57a0d12da7c14d4223.tar.gz
bcm5719-llvm-97ae30b8d6d90baed17ebc57a0d12da7c14d4223.zip
[LoopInterchange] Add REQUIRES: asserts to test.
llvm-svn: 330748
Diffstat (limited to 'llvm/test/Transforms')
-rw-r--r--llvm/test/Transforms/LoopInterchange/interchange-no-deps.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/LoopInterchange/interchange-no-deps.ll b/llvm/test/Transforms/LoopInterchange/interchange-no-deps.ll
index 5d1b4f2620c..5423648ce14 100644
--- a/llvm/test/Transforms/LoopInterchange/interchange-no-deps.ll
+++ b/llvm/test/Transforms/LoopInterchange/interchange-no-deps.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
; RUN: opt < %s -loop-interchange -simplifycfg -pass-remarks-output=%t \
; RUN: -pass-remarks=loop-interchange -pass-remarks-missed=loop-interchange -stats -S 2>&1 \
; RUN: | FileCheck -check-prefix=STATS %s
OpenPOWER on IntegriCloud