summaryrefslogtreecommitdiffstats
path: root/llvm/test/Other/print-debug-counter.ll
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2018-10-23 22:07:34 +0000
committerFangrui Song <maskray@google.com>2018-10-23 22:07:34 +0000
commitfa735b0eab18ac1248ec28c5a6361433a8b5460f (patch)
tree58bf127ab89b27a262c77ff113ab245e8d87bdf5 /llvm/test/Other/print-debug-counter.ll
parent54b825cafe008510f287b8e9241dc29ccd07d4e1 (diff)
Actually fix test from r345085 REQUIRE: asserts
llvm-svn: 345090
Diffstat (limited to 'llvm/test/Other/print-debug-counter.ll')
-rw-r--r--llvm/test/Other/print-debug-counter.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Other/print-debug-counter.ll b/llvm/test/Other/print-debug-counter.ll
index 35fc1c121e25..3647f39026dc 100644
--- a/llvm/test/Other/print-debug-counter.ll
+++ b/llvm/test/Other/print-debug-counter.ll
@@ -1,4 +1,4 @@
-; REQUIRES: debug
+; REQUIRES: asserts
; RUN: opt -S -debug-counter=early-cse-skip=1,early-cse-count=1 -early-cse \
; RUN: -debug-counter=newgvn-vn-skip=1,newgvn-vn-count=2 -newgvn \