From: Fangrui Song Date: Tue, 23 Oct 2018 22:04:33 +0000 (+0000) Subject: Fix test after r345085 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=54b825cafe008510f287b8e9241dc29ccd07d4e1;p=platform%2Fupstream%2Fllvm.git Fix test after r345085 llvm-svn: 345089 --- diff --git a/llvm/test/Other/print-debug-counter.ll b/llvm/test/Other/print-debug-counter.ll index ffd1971..35fc1c1 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