aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMCallingConv.h
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2012-03-17 07:33:42 +0000
committerCraig Topper <craig.topper@gmail.com>2012-03-17 07:33:42 +0000
commitc1f6f42049696e7357fb4837e1b25dabbaed3fe6 (patch)
tree391df714f51fb073cb9ebabbf8b8e98d003706d8 /lib/Target/ARM/ARMCallingConv.h
parentae151ed87d4100ec352fee8fc70e2c8c26281c69 (diff)
downloadexternal_llvm-c1f6f42049696e7357fb4837e1b25dabbaed3fe6.tar.gz
external_llvm-c1f6f42049696e7357fb4837e1b25dabbaed3fe6.tar.bz2
external_llvm-c1f6f42049696e7357fb4837e1b25dabbaed3fe6.zip
Reorder includes to match coding standards. Fix an issue or two exposed by that.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152978 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMCallingConv.h')
-rw-r--r--lib/Target/ARM/ARMCallingConv.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Target/ARM/ARMCallingConv.h b/lib/Target/ARM/ARMCallingConv.h
index a99e13fe2c..2b9c55d0cd 100644
--- a/lib/Target/ARM/ARMCallingConv.h
+++ b/lib/Target/ARM/ARMCallingConv.h
@@ -15,13 +15,13 @@
#ifndef ARMCALLINGCONV_H
#define ARMCALLINGCONV_H
-#include "llvm/CallingConv.h"
-#include "llvm/CodeGen/CallingConvLower.h"
-#include "llvm/Target/TargetInstrInfo.h"
+#include "ARM.h"
#include "ARMBaseInstrInfo.h"
#include "ARMRegisterInfo.h"
#include "ARMSubtarget.h"
-#include "ARM.h"
+#include "llvm/CallingConv.h"
+#include "llvm/CodeGen/CallingConvLower.h"
+#include "llvm/Target/TargetInstrInfo.h"
namespace llvm {