[fast-isel] Fallback to SelectionDAG isel if we require strict alignment for
[oota-llvm.git] / lib / Target / ARM / ARMCallingConv.h
index a99e13fe2c44a7af92d82fe99e395a0120aee691..0bd1c3ee2feb7faf279c0998e54f0c27bc12c5e7 100644 (file)
 #ifndef ARMCALLINGCONV_H
 #define ARMCALLINGCONV_H
 
+#include "ARM.h"
+#include "ARMBaseInstrInfo.h"
+#include "ARMSubtarget.h"
 #include "llvm/CallingConv.h"
 #include "llvm/CodeGen/CallingConvLower.h"
 #include "llvm/Target/TargetInstrInfo.h"
-#include "ARMBaseInstrInfo.h"
-#include "ARMRegisterInfo.h"
-#include "ARMSubtarget.h"
-#include "ARM.h"
 
 namespace llvm {