From: Artur Pilipenko Date: Tue, 29 Nov 2016 16:43:30 +0000 (+0000) Subject: [CVP] Remove use of removed flag (-cvp-dont-process-adds) from the test X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d387d66930da67a02f862cd3f29fd38c199569d;p=llvm [CVP] Remove use of removed flag (-cvp-dont-process-adds) from the test The flag was removed by 288154 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@288161 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/CorrelatedValuePropagation/add.ll b/test/Transforms/CorrelatedValuePropagation/add.ll index 0ba521c894e..4b436ff9a40 100644 --- a/test/Transforms/CorrelatedValuePropagation/add.ll +++ b/test/Transforms/CorrelatedValuePropagation/add.ll @@ -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) {