diff options
| author | Roman Divacky <rdivacky@FreeBSD.org> | 2009-10-15 07:47:49 +0000 |
|---|---|---|
| committer | Roman Divacky <rdivacky@FreeBSD.org> | 2009-10-15 07:47:49 +0000 |
| commit | 26137f35958fa2237eceb06ef7003e3c19159129 (patch) | |
| tree | 6441ce5f8a25ef18b4a8082f3cc834f7c8556f61 /lib/CodeGen/AsmPrinter/DwarfDebug.h | |
| parent | 59850d0874429601812bc13408cb1f776649027c (diff) | |
Notes
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfDebug.h')
| -rw-r--r-- | lib/CodeGen/AsmPrinter/DwarfDebug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h index bd377c5593cc..7f711042c071 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -364,7 +364,7 @@ class VISIBILITY_HIDDEN DwarfDebug : public Dwarf { /// getDbgScope - Returns the scope associated with the given descriptor. /// DbgScope *getOrCreateScope(MDNode *N); - DbgScope *getDbgScope(MDNode *N, const MachineInstr *MI); + DbgScope *getDbgScope(MDNode *N, const MachineInstr *MI, MDNode *InlinedAt); /// ConstructDbgScope - Construct the components of a scope. /// |
