80 col violation.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 20 Mar 2008 00:20:23 +0000 (00:20 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 20 Mar 2008 00:20:23 +0000 (00:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48573 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Utils/InlineCost.cpp

index 835617c4a4fd0316f213b48a8fae29e7fad6d3e3..1e1d1e410f3e48736667c68e0352ce18568ad07f 100644 (file)
@@ -141,7 +141,8 @@ void InlineCostAnalyzer::FunctionInfo::analyzeFunction(Function *F) {
 // getInlineCost - The heuristic used to determine if we should inline the
 // function call or not.
 //
-int InlineCostAnalyzer::getInlineCost(CallSite CS, SmallPtrSet<const Function *, 16> &NeverInline) {
+int InlineCostAnalyzer::getInlineCost(CallSite CS,
+                               SmallPtrSet<const Function *, 16> &NeverInline) {
   Instruction *TheCall = CS.getInstruction();
   Function *Callee = CS.getCalledFunction();
   const Function *Caller = TheCall->getParent()->getParent();