diff options
author | Chris Lattner <sabre@nondot.org> | 2001-09-07 17:15:18 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-09-07 17:15:18 +0000 |
commit | feb60593438460fc237353570d2df70153b95f2f (patch) | |
tree | f6a618fd3c441bb14b924054d8e944ca7fdbb3e4 | |
parent | f4f4c87037bd74568bbc0aadb8b82961ebc0585a (diff) |
A file should always include it's private header file *FIRST* see the
coding guidelines
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@474 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/CodeGen/InstrSelection/InstrSelection.cpp | 2 | ||||
-rw-r--r-- | lib/Target/SparcV9/InstrSelection/InstrSelection.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/InstrSelection/InstrSelection.cpp b/lib/CodeGen/InstrSelection/InstrSelection.cpp index 85725920f4..dbb0f8672a 100644 --- a/lib/CodeGen/InstrSelection/InstrSelection.cpp +++ b/lib/CodeGen/InstrSelection/InstrSelection.cpp @@ -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 ***************************/ diff --git a/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp b/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp index 85725920f4..dbb0f8672a 100644 --- a/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp +++ b/lib/Target/SparcV9/InstrSelection/InstrSelection.cpp @@ -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 ***************************/ |