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"



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to