Renable test that was disabled due to cost analysis

llvm-svn: 303000
This commit is contained in:
Xinliang David Li 2017-05-14 02:58:39 +00:00
parent 392e975693
commit 90a9ef6ced
1 changed files with 1 additions and 1 deletions

View 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) {