[DSE,MSSA] Dbg counters required assertions. Mark test accordingly.
authorFlorian Hahn <flo@fhahn.com>
Fri, 21 Feb 2020 17:34:34 +0000 (17:34 +0000)
committerFlorian Hahn <flo@fhahn.com>
Fri, 21 Feb 2020 17:34:34 +0000 (17:34 +0000)
llvm/test/Transforms/DeadStoreElimination/MSSA/debug-counter.ll

index e2264ed..4378ffc 100644 (file)
@@ -1,5 +1,7 @@
 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
 
+; REQUIRES: asserts
+
 ; Eliminates store to %R in the entry block.
 ; RUN: opt < %s -basicaa -dse -enable-dse-memoryssa -debug-counter=dse-memoryssa-skip=0,dse-memoryssa-count=1 -S | FileCheck --check-prefix=SKIP0-COUNT1 %s