[llvm-commits] CVS: llvm/lib/Target/Sparc/EmitAssembly.cpp
Misha Brukman
brukman at cs.uiuc.edu
Wed Dec 17 16:07:07 PST 2003
Changes in directory llvm/lib/Target/Sparc:
EmitAssembly.cpp updated: 1.97 -> 1.98
---
Log message:
Reordered #includes.
---
Diffs of the changes: (+5 -5)
Index: llvm/lib/Target/Sparc/EmitAssembly.cpp
diff -u llvm/lib/Target/Sparc/EmitAssembly.cpp:1.97 llvm/lib/Target/Sparc/EmitAssembly.cpp:1.98
--- llvm/lib/Target/Sparc/EmitAssembly.cpp:1.97 Sun Dec 14 07:24:15 2003
+++ llvm/lib/Target/Sparc/EmitAssembly.cpp Wed Dec 17 16:06:28 2003
@@ -18,16 +18,16 @@
//
//===----------------------------------------------------------------------===//
-#include "llvm/CodeGen/MachineInstr.h"
-#include "llvm/CodeGen/MachineConstantPool.h"
-#include "llvm/CodeGen/MachineFunction.h"
-#include "llvm/CodeGen/MachineFunctionInfo.h"
#include "llvm/Constants.h"
#include "llvm/DerivedTypes.h"
#include "llvm/Module.h"
-#include "llvm/SlotCalculator.h"
#include "llvm/Pass.h"
+#include "llvm/SlotCalculator.h"
#include "llvm/Assembly/Writer.h"
+#include "llvm/CodeGen/MachineConstantPool.h"
+#include "llvm/CodeGen/MachineFunction.h"
+#include "llvm/CodeGen/MachineFunctionInfo.h"
+#include "llvm/CodeGen/MachineInstr.h"
#include "Support/StringExtras.h"
#include "Support/Statistic.h"
#include "SparcInternals.h"
More information about the llvm-commits
mailing list