summaryrefslogtreecommitdiffstats
path: root/llvm/test/Other/print-debug-counter.ll
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2018-10-23 22:04:33 +0000
committerFangrui Song <maskray@google.com>2018-10-23 22:04:33 +0000
commit54b825cafe008510f287b8e9241dc29ccd07d4e1 (patch)
treed0dd88d9e784744f6f46258b40f38a3a13ed4e3a /llvm/test/Other/print-debug-counter.ll
parent5a30177ef66a46574d0f2a00fbd74e96e170f149 (diff)
Fix test after r345085
llvm-svn: 345089
Diffstat (limited to 'llvm/test/Other/print-debug-counter.ll')
-rw-r--r--llvm/test/Other/print-debug-counter.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/Other/print-debug-counter.ll b/llvm/test/Other/print-debug-counter.ll
index ffd197197d85..35fc1c121e25 100644
--- a/llvm/test/Other/print-debug-counter.ll
+++ b/llvm/test/Other/print-debug-counter.ll
@@ -1,3 +1,5 @@
+; REQUIRES: debug
+
; 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 \
; RUN: -instcombine -print-debug-counter < %s 2>&1 | FileCheck %s