aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfDebug.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2010-08-10 04:09:06 +0000
committerDevang Patel <dpatel@apple.com>2010-08-10 04:09:06 +0000
commit85e9580e25fdee623dc436d7f06faaefb7525f43 (patch)
tree4c313301d81d2428085fe8a4a554244fd23462da /lib/CodeGen/AsmPrinter/DwarfDebug.h
parent9f798e9a9e3c9bca17a0a16d788701f03643a299 (diff)
Drop "const". It does not add value here.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110652 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 96f2f2cb2d..989cd08849 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, DIVariable V);
+ void addSourceLine(DIE *Die, DIGlobalVariable G);
+ void addSourceLine(DIE *Die, DISubprogram SP);
+ void addSourceLine(DIE *Die, DIType Ty);
+ void addSourceLine(DIE *Die, DINameSpace NS);
/// addAddress - Add an address attribute to a die based on the location
/// provided.