[llvm] r345090 - Actually fix test from r345085 REQUIRE: asserts

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 23 15:07:34 PDT 2018


Author: maskray
Date: Tue Oct 23 15:07:34 2018
New Revision: 345090

URL: http://llvm.org/viewvc/llvm-project?rev=345090&view=rev
Log:
Actually fix test from r345085 REQUIRE: asserts

Modified:
    llvm/trunk/test/Other/print-debug-counter.ll

Modified: llvm/trunk/test/Other/print-debug-counter.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Other/print-debug-counter.ll?rev=345090&r1=345089&r2=345090&view=diff
==============================================================================
--- llvm/trunk/test/Other/print-debug-counter.ll (original)
+++ llvm/trunk/test/Other/print-debug-counter.ll Tue Oct 23 15:07:34 2018
@@ -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 \




More information about the llvm-commits mailing list