]> granicus.if.org Git - llvm/commitdiff
Renable test that was disabled due to cost analysis
authorXinliang David Li <davidxl@google.com>
Sun, 14 May 2017 02:58:39 +0000 (02:58 +0000)
committerXinliang David Li <davidxl@google.com>
Sun, 14 May 2017 02:58:39 +0000 (02:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303000 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/Inline/partial-inline-act.ll

index 916436260bd62c328c076739dac56c55296ddb47..27e719153875965774ba3ddc586262b9d52f5f9f 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -partial-inliner -disable-output
+; RUN: opt < %s -partial-inliner -skip-partial-inlining-cost-analysis -disable-output
 ; This testcase tests the assumption cache
 
 define internal i32 @inlinedFunc(i1 %cond, i32* align 4 %align.val) {