summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCInstrInfo.h
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2012-03-17 18:46:09 +0000
committerCraig Topper <craig.topper@gmail.com>2012-03-17 18:46:09 +0000
commitb25fda95f6da3d42c8f7c12d5e3a52da7cc67008 (patch)
tree52511dd3aa3932a01bd4f47bc701ce776caacb0f /llvm/lib/Target/PowerPC/PPCInstrInfo.h
parente8810768a9b285316650b60b5865f3a9110942b6 (diff)
downloadbcm5719-llvm-b25fda95f6da3d42c8f7c12d5e3a52da7cc67008.tar.gz
bcm5719-llvm-b25fda95f6da3d42c8f7c12d5e3a52da7cc67008.zip
Reorder includes in Target backends to following coding standards. Remove some superfluous forward declarations.
llvm-svn: 152997
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCInstrInfo.h')
-rw-r--r--llvm/lib/Target/PowerPC/PPCInstrInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCInstrInfo.h b/llvm/lib/Target/PowerPC/PPCInstrInfo.h
index e5f171d5b32..7d49aa129e3 100644
--- a/llvm/lib/Target/PowerPC/PPCInstrInfo.h
+++ b/llvm/lib/Target/PowerPC/PPCInstrInfo.h
@@ -15,8 +15,8 @@
#define POWERPC_INSTRUCTIONINFO_H
#include "PPC.h"
-#include "llvm/Target/TargetInstrInfo.h"
#include "PPCRegisterInfo.h"
+#include "llvm/Target/TargetInstrInfo.h"
#define GET_INSTRINFO_HEADER
#include "PPCGenInstrInfo.inc"
OpenPOWER on IntegriCloud