aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfDebug.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2010-08-09 20:20:05 +0000
committerDevang Patel <dpatel@apple.com>2010-08-09 20:20:05 +0000
commit8162574aaafff760abf04ec780c24b45b6d9cfdb (patch)
tree9e6beecdadc0112c6f61646f1f4b28a06ca2094e /lib/CodeGen/AsmPrinter/DwarfDebug.h
parente4b9c4f1871c5f17681fdf143104c6834055b25b (diff)
It is ok, and convenient, to pass descriptors by value.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110590 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfDebug.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h
index 5a281c8517..2915b38467 100644
--- a/lib/CodeGen/AsmPrinter/DwarfDebug.h
+++ b/lib/CodeGen/AsmPrinter/DwarfDebug.h
@@ -338,11 +338,11 @@ private:
/// addSourceLine - Add location information to specified debug information
/// entry.
- void addSourceLine(DIE *Die, const DIVariable *V);
- void addSourceLine(DIE *Die, const DIGlobalVariable *G);
- void addSourceLine(DIE *Die, const DISubprogram *SP);
- void addSourceLine(DIE *Die, const DIType *Ty);
- void addSourceLine(DIE *Die, const DINameSpace *NS);
+ void addSourceLine(DIE *Die, const DIVariable V);
+ void addSourceLine(DIE *Die, const DIGlobalVariable G);
+ void addSourceLine(DIE *Die, const DISubprogram SP);
+ void addSourceLine(DIE *Die, const DIType Ty);
+ void addSourceLine(DIE *Die, const DINameSpace NS);
/// addAddress - Add an address attribute to a die based on the location
/// provided.