diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-04-21 15:31:36 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-04-21 15:31:36 +0000 |
commit | 54eed760da5ef57325fe182a081d83508ed65a8c (patch) | |
tree | a2c1122835fd813839be527a100952dca006e4ae /llvm/lib/Target/Hexagon/HexagonISelLowering.cpp | |
parent | 75bfe692828043b35d03352a8e8150a182696cbb (diff) | |
download | bcm5719-llvm-54eed760da5ef57325fe182a081d83508ed65a8c.tar.gz bcm5719-llvm-54eed760da5ef57325fe182a081d83508ed65a8c.zip |
HexagonISelLowering.cpp: Reorder #includes.
llvm-svn: 155286
Diffstat (limited to 'llvm/lib/Target/Hexagon/HexagonISelLowering.cpp')
-rw-r--r-- | llvm/lib/Target/Hexagon/HexagonISelLowering.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Target/Hexagon/HexagonISelLowering.cpp b/llvm/lib/Target/Hexagon/HexagonISelLowering.cpp index 5ea97fdb818..c0773fe600f 100644 --- a/llvm/lib/Target/Hexagon/HexagonISelLowering.cpp +++ b/llvm/lib/Target/Hexagon/HexagonISelLowering.cpp @@ -32,9 +32,10 @@ #include "llvm/CodeGen/MachineRegisterInfo.h" #include "llvm/CodeGen/SelectionDAGISel.h" #include "llvm/CodeGen/ValueTypes.h" +#include "llvm/Support/CommandLine.h" #include "llvm/Support/Debug.h" #include "llvm/Support/ErrorHandling.h" -#include "llvm/Support/CommandLine.h" + using namespace llvm; const unsigned Hexagon_MAX_RET_SIZE = 64; |