[llvm-commits] CVS: llvm/lib/CodeGen/DwarfWriter.cpp

Jim Laskey jlaskey at apple.com
Fri Jan 27 10:32:53 PST 2006



Changes in directory llvm/lib/CodeGen:

DwarfWriter.cpp updated: 1.22 -> 1.23
---
Log message:

Sorry - really folowing convention.


---
Diffs of the changes:  (+1 -1)

 DwarfWriter.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/CodeGen/DwarfWriter.cpp
diff -u llvm/lib/CodeGen/DwarfWriter.cpp:1.22 llvm/lib/CodeGen/DwarfWriter.cpp:1.23
--- llvm/lib/CodeGen/DwarfWriter.cpp:1.22	Fri Jan 27 12:28:31 2006
+++ llvm/lib/CodeGen/DwarfWriter.cpp	Fri Jan 27 12:32:41 2006
@@ -10,6 +10,7 @@
 // This file contains support for writing dwarf debug info into asm files.
 //
 //===----------------------------------------------------------------------===//
+
 #include "llvm/CodeGen/DwarfWriter.h"
 
 #include "llvm/ADT/StringExtras.h"
@@ -17,7 +18,6 @@
 #include "llvm/Type.h"
 #include "llvm/CodeGen/AsmPrinter.h"
 #include "llvm/CodeGen/MachineDebugInfo.h"
-#include "llvm/Support/DataTypes.h"
 #include "llvm/Support/Dwarf.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Mangler.h"






More information about the llvm-commits mailing list