Fix test after r345085
authorFangrui Song <maskray@google.com>
Tue, 23 Oct 2018 22:04:33 +0000 (22:04 +0000)
committerFangrui Song <maskray@google.com>
Tue, 23 Oct 2018 22:04:33 +0000 (22:04 +0000)
llvm-svn: 345089

llvm/test/Other/print-debug-counter.ll

index ffd1971..35fc1c1 100644 (file)
@@ -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