Formatting and 80-col.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166075 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher 2012-10-16 23:46:21 +00:00
parent 9ed6da49f3
commit d7169e9f06

View File

@ -1,4 +1,4 @@
//===-- llvm-dwarfdump.cpp - Debug info dumping utility for llvm -----------===//
//===-- llvm-dwarfdump.cpp - Debug info dumping utility for llvm ----------===//
//
// The LLVM Compiler Infrastructure
//
@ -118,8 +118,8 @@ static void DumpInput(const StringRef &Filename) {
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.