forked from OSchip/llvm-project
HexagonISelLowering.cpp: Reorder #includes.
llvm-svn: 155286
This commit is contained in:
parent
75bfe69282
commit
54eed760da
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue