forked from OSchip/llvm-project
[InlineCost] Fix indentation (NFC)
This commit is contained in:
parent
2e32c49d97
commit
60e749aa23
|
@ -2578,7 +2578,7 @@ InlineCostAnnotationPrinterPass::run(Function &F,
|
||||||
// We can add a flag which determines InlineParams for this run. Right now,
|
// We can add a flag which determines InlineParams for this run. Right now,
|
||||||
// the default InlineParams are used.
|
// the default InlineParams are used.
|
||||||
const InlineParams Params = llvm::getInlineParams();
|
const InlineParams Params = llvm::getInlineParams();
|
||||||
for (BasicBlock &BB : F) {
|
for (BasicBlock &BB : F) {
|
||||||
for (Instruction &I : BB) {
|
for (Instruction &I : BB) {
|
||||||
if (CallInst *CI = dyn_cast<CallInst>(&I)) {
|
if (CallInst *CI = dyn_cast<CallInst>(&I)) {
|
||||||
Function *CalledFunction = CI->getCalledFunction();
|
Function *CalledFunction = CI->getCalledFunction();
|
||||||
|
|
Loading…
Reference in New Issue