OSDN Git Service

[Testing] Add missing "REQUIRES: asserts"
authorDavid Zarzycki <dave@znu.io>
Mon, 15 Jul 2019 14:12:35 +0000 (14:12 +0000)
committerDavid Zarzycki <dave@znu.io>
Mon, 15 Jul 2019 14:12:35 +0000 (14:12 +0000)
This broke after r366048 / https://reviews.llvm.org/D63923

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@366065 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/LoopUnroll/peel-loop-pgo-deopt.ll

index b669904..dc023f3 100644 (file)
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
 ; RUN: opt < %s -S -debug-only=loop-unroll -loop-unroll -unroll-runtime -unroll-peel-multi-deopt-exit 2>&1 | FileCheck %s
 ; RUN: opt < %s -S -debug-only=loop-unroll -unroll-peel-multi-deopt-exit -passes='require<profile-summary>,function(require<opt-remark-emit>,unroll)' 2>&1 | FileCheck %s