OSDN Git Service

[PartialInlining] Profile based cost analysis
[android-x86/external-llvm.git] / test / Transforms / CodeExtractor / MultipleExitBranchProb.ll
index 425e969..8e36208 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -partial-inliner -max-num-inline-blocks=2 -S | FileCheck %s
+; RUN: opt < %s -partial-inliner -max-num-inline-blocks=2 -skip-partial-inlining-cost-analysis -S | FileCheck %s
 
 ; This test checks to make sure that CodeExtractor updates
 ;  the exit branch probabilities for multiple exit blocks.