[LoopInterchange] Add REQUIRES: asserts to test.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@330748 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Florian Hahn 2018-04-24 18:10:52 +00:00
parent 9596ad894f
commit 0e90219cfd

View File

@ -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