aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/ARM/ARMMCInstLower.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2014-03-22 23:51:00 +0000
committerCraig Topper <craig.topper@gmail.com>2014-03-22 23:51:00 +0000
commita9253267a936a6b62b31567eb578e90f4669a4c3 (patch)
treef8424366e0722c2cbd7abe52bb7b4e079f1821e5 /llvm/lib/Target/ARM/ARMMCInstLower.cpp
parentd28ac5b9981993a6ae527c155e4385b8afad6ac7 (diff)
downloadllvm-a9253267a936a6b62b31567eb578e90f4669a4c3.zip
llvm-a9253267a936a6b62b31567eb578e90f4669a4c3.tar.gz
llvm-a9253267a936a6b62b31567eb578e90f4669a4c3.tar.bz2
Prune includes in ARM target.
llvm-svn: 204548
Diffstat (limited to 'llvm/lib/Target/ARM/ARMMCInstLower.cpp')
-rw-r--r--llvm/lib/Target/ARM/ARMMCInstLower.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/ARMMCInstLower.cpp b/llvm/lib/Target/ARM/ARMMCInstLower.cpp
index d63ece3..48141b1 100644
--- a/llvm/lib/Target/ARM/ARMMCInstLower.cpp
+++ b/llvm/lib/Target/ARM/ARMMCInstLower.cpp
@@ -14,6 +14,7 @@
#include "ARM.h"
#include "ARMAsmPrinter.h"
+#include "MCTargetDesc/ARMBaseInfo.h"
#include "MCTargetDesc/ARMMCExpr.h"
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/IR/Constants.h"