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)
llvm-svn: 303000

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

index 9164362..27e7191 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) {