git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166075
91177308-0d34-0410-b5e6-
96231b3b80d8
-//===-- llvm-dwarfdump.cpp - Debug info dumping utility for llvm -----------===//
+//===-- llvm-dwarfdump.cpp - Debug info dumping utility for llvm ----------===//
//
// The LLVM Compiler Infrastructure
//
if (PrintFunctions)
SpecFlags |= DILineInfoSpecifier::FunctionName;
if (PrintInlining) {
- DIInliningInfo InliningInfo = dictx->getInliningInfoForAddress(
- Address, SpecFlags);
+ DIInliningInfo InliningInfo =
+ dictx->getInliningInfoForAddress(Address, SpecFlags);
uint32_t n = InliningInfo.getNumberOfFrames();
if (n == 0) {
// Print one empty debug line info in any case.