forked from OSchip/llvm-project
[CVP] Remove use of removed flag (-cvp-dont-process-adds) from the test
The flag was removed by 288154 llvm-svn: 288161
This commit is contained in:
parent
36e79ecaec
commit
5365746723
|
@ -1,4 +1,4 @@
|
|||
; RUN: opt < %s -correlated-propagation -cvp-dont-process-adds=false -S | FileCheck %s
|
||||
; RUN: opt < %s -correlated-propagation -S | FileCheck %s
|
||||
|
||||
; CHECK-LABEL: @test0(
|
||||
define void @test0(i32 %a) {
|
||||
|
|
Loading…
Reference in New Issue