[llvm-commits] CVS: llvm/include/llvm/CodeGen/DwarfWriter.h
Jim Laskey
jlaskey at apple.com
Thu Jan 26 14:25:15 PST 2006
Changes in directory llvm/include/llvm/CodeGen:
DwarfWriter.h updated: 1.18 -> 1.19
---
Log message:
Dropped DwarfWriter::
---
Diffs of the changes: (+1 -1)
DwarfWriter.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/CodeGen/DwarfWriter.h
diff -u llvm/include/llvm/CodeGen/DwarfWriter.h:1.18 llvm/include/llvm/CodeGen/DwarfWriter.h:1.19
--- llvm/include/llvm/CodeGen/DwarfWriter.h:1.18 Thu Jan 26 15:22:49 2006
+++ llvm/include/llvm/CodeGen/DwarfWriter.h Thu Jan 26 16:25:04 2006
@@ -649,7 +649,7 @@
/// NewCompileUnit - Create new compile unit information.
///
- DIE *DwarfWriter::NewCompileUnit(const CompileUnitWrapper &CompileUnit);
+ DIE *NewCompileUnit(const CompileUnitWrapper &CompileUnit);
/// EmitInitial - Emit initial Dwarf declarations.
///
More information about the llvm-commits
mailing list