Fix test after r345085

llvm-svn: 345089
This commit is contained in:
Fangrui Song 2018-10-23 22:04:33 +00:00
parent 5a30177ef6
commit 54b825cafe
1 changed files with 2 additions and 0 deletions

View 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