summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-07-20 21:17:29 +0000
committerChris Lattner <sabre@nondot.org>2010-07-20 21:17:29 +0000
commitcbe9856fce6bfd921b5c0a294fa160ad6407951a (patch)
tree550ad17fe99815420a66db518715707e273768a8 /llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
parenta8f6c1cc26835090224f367737f46e73fb94a372 (diff)
downloadbcm5719-llvm-cbe9856fce6bfd921b5c0a294fa160ad6407951a.tar.gz
bcm5719-llvm-cbe9856fce6bfd921b5c0a294fa160ad6407951a.zip
prune #includes a little.
llvm-svn: 108929
Diffstat (limited to 'llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp')
-rw-r--r--llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp b/llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
index a85a8e24fc0..fb65354ede3 100644
--- a/llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
+++ b/llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
@@ -15,9 +15,9 @@
#include "ARM.h"
#include "ARMAddressingModes.h"
#include "ARMConstantPoolValue.h"
-#include "ARMGenInstrInfo.inc"
#include "ARMMachineFunctionInfo.h"
#include "ARMRegisterInfo.h"
+#include "ARMGenInstrInfo.inc"
#include "llvm/Constants.h"
#include "llvm/Function.h"
#include "llvm/GlobalValue.h"
OpenPOWER on IntegriCloud