summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2011-07-14 23:17:49 +0000
committerDevang Patel <dpatel@apple.com>2011-07-14 23:17:49 +0000
commit4771159f9fed25993673f4fd321a24a643d6b790 (patch)
tree39a36520e20b0322deb1a7974342202b44dc1a52 /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
parent19ed0829a30f550c26ae81f5211dfbf5d39d6c7a (diff)
downloadbcm5719-llvm-4771159f9fed25993673f4fd321a24a643d6b790.tar.gz
bcm5719-llvm-4771159f9fed25993673f4fd321a24a643d6b790.zip
Refactor.
llvm-svn: 135212
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
index 11507cc34c1..652ea7fa857 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
@@ -450,9 +450,8 @@ private:
/// is found. Update FI to hold value of the index.
bool findVariableFrameIndex(const DbgVariable *V, int *FI);
- /// findDbgScope - Find DbgScope for the debug loc attached with an
- /// instruction.
- DbgScope *findDbgScope(const MachineInstr *MI);
+ /// findDbgScope - Find DbgScope for the debug loc.
+ DbgScope *findDbgScope(DebugLoc DL);
/// identifyScopeMarkers() - Indentify instructions that are marking
/// beginning of or end of a scope.
OpenPOWER on IntegriCloud