mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-17 05:31:32 +00:00
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:
parent
9ed6da49f3
commit
d7169e9f06
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user