A file should always include it's private header file *FIRST* see the
authorChris Lattner <sabre@nondot.org>
Fri, 7 Sep 2001 17:15:18 +0000 (17:15 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 7 Sep 2001 17:15:18 +0000 (17:15 +0000)
coding guidelines

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@474 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/InstrSelection/InstrSelection.cpp
lib/Target/SparcV9/InstrSelection/InstrSelection.cpp

index 85725920f4ee20668658b63ff25ace43e53e8991..dbb0f8672a63156fab76c97faefd9becd242eb2d 100644 (file)
@@ -15,6 +15,7 @@
 
 //*************************** User Include Files ***************************/
 
+#include "llvm/CodeGen/InstrSelection.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Type.h"
 #include "llvm/iMemory.h"
@@ -22,7 +23,6 @@
 #include "llvm/BasicBlock.h"
 #include "llvm/Method.h"
 #include "llvm/CodeGen/MachineInstr.h"
-#include "llvm/CodeGen/InstrSelection.h"
 
 
 //************************* Forward Declarations ***************************/
index 85725920f4ee20668658b63ff25ace43e53e8991..dbb0f8672a63156fab76c97faefd9becd242eb2d 100644 (file)
@@ -15,6 +15,7 @@
 
 //*************************** User Include Files ***************************/
 
+#include "llvm/CodeGen/InstrSelection.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Type.h"
 #include "llvm/iMemory.h"
@@ -22,7 +23,6 @@
 #include "llvm/BasicBlock.h"
 #include "llvm/Method.h"
 #include "llvm/CodeGen/MachineInstr.h"
-#include "llvm/CodeGen/InstrSelection.h"
 
 
 //************************* Forward Declarations ***************************/