summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMInstrInfo.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/ARMInstrInfo.h
parentae151ed87d4100ec352fee8fc70e2c8c26281c69 (diff)
downloadllvm-c1f6f42049696e7357fb4837e1b25dabbaed3fe6.tar.gz
llvm-c1f6f42049696e7357fb4837e1b25dabbaed3fe6.tar.bz2
llvm-c1f6f42049696e7357fb4837e1b25dabbaed3fe6.tar.xz
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/ARMInstrInfo.h')
-rw-r--r--lib/Target/ARM/ARMInstrInfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/ARM/ARMInstrInfo.h b/lib/Target/ARM/ARMInstrInfo.h
index 7bedf30cbe..72af53533b 100644
--- a/lib/Target/ARM/ARMInstrInfo.h
+++ b/lib/Target/ARM/ARMInstrInfo.h
@@ -14,11 +14,11 @@
#ifndef ARMINSTRUCTIONINFO_H
#define ARMINSTRUCTIONINFO_H
-#include "llvm/Target/TargetInstrInfo.h"
+#include "ARM.h"
#include "ARMBaseInstrInfo.h"
#include "ARMRegisterInfo.h"
#include "ARMSubtarget.h"
-#include "ARM.h"
+#include "llvm/Target/TargetInstrInfo.h"
namespace llvm {
class ARMSubtarget;