Formatting and 80-col.

llvm-svn: 166075
This commit is contained in:
Eric Christopher 2012-10-16 23:46:21 +00:00
parent 587e153197
commit 3680f8826e
1 changed files with 3 additions and 3 deletions

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.