summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
diff options
context:
space:
mode:
authorManman Ren <manman.ren@gmail.com>2013-10-11 23:58:05 +0000
committerManman Ren <manman.ren@gmail.com>2013-10-11 23:58:05 +0000
commit87b110ac24063a7a48a9d1273e6db596baab78a0 (patch)
tree0fe6394e728d6d06dc15e142436f57235ba5fe0c /lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
parent4bad07fbec9d42769fdc5cea891f8cb7a3b284d5 (diff)
downloadllvm-87b110ac24063a7a48a9d1273e6db596baab78a0.tar.gz
llvm-87b110ac24063a7a48a9d1273e6db596baab78a0.tar.bz2
llvm-87b110ac24063a7a48a9d1273e6db596baab78a0.tar.xz
Debug Info: remove form from function addDIEEntry.
The form must be a reference form in addDIEEntry. Which reference form to use will be decided by the callee. No functionality change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192517 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfCompileUnit.h')
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfCompileUnit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
index b9ccf95bb1..43b24f720e 100644
--- a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
+++ b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
@@ -207,7 +207,7 @@ public:
/// addDIEEntry - Add a DIE attribute data and value.
///
- void addDIEEntry(DIE *Die, uint16_t Attribute, uint16_t Form, DIE *Entry);
+ void addDIEEntry(DIE *Die, uint16_t Attribute, DIE *Entry);
/// addBlock - Add block data.
///