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

Jim Laskey jlaskey at apple.com
Fri Jan 27 10:28:42 PST 2006



Changes in directory llvm/lib/CodeGen:

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

Following 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.21 llvm/lib/CodeGen/DwarfWriter.cpp:1.22
--- llvm/lib/CodeGen/DwarfWriter.cpp:1.21	Fri Jan 27 12:16:17 2006
+++ llvm/lib/CodeGen/DwarfWriter.cpp	Fri Jan 27 12:28:31 2006
@@ -10,7 +10,6 @@
 // This file contains support for writing dwarf debug info into asm files.
 //
 //===----------------------------------------------------------------------===//
-#include "llvm/Support/DataTypes.h"
 #include "llvm/CodeGen/DwarfWriter.h"
 
 #include "llvm/ADT/StringExtras.h"
@@ -18,6 +17,7 @@
 #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