HexagonISelLowering.cpp: Reorder #includes.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 21 Apr 2012 15:31:36 +0000 (15:31 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 21 Apr 2012 15:31:36 +0000 (15:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155286 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Hexagon/HexagonISelLowering.cpp

index 5ea97fdb8187842f190fc4eddcd685227f29940a..c0773fe600fc26e94baf7d39d2a03bd56e164aa4 100644 (file)
 #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;