summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc/InstPrinter/SparcInstPrinter.cpp
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2016-06-22 23:23:08 +0000
committerReid Kleckner <rnk@google.com>2016-06-22 23:23:08 +0000
commit858239d5f8c8f651c98d853f9c3f28e7c8453aec (patch)
tree4409cac77bc717a741fa823550dbf28dd146a3e7 /llvm/lib/Target/Sparc/InstPrinter/SparcInstPrinter.cpp
parentce030acb4e3754479b1241dcc8c4b090354be51f (diff)
downloadbcm5719-llvm-858239d5f8c8f651c98d853f9c3f28e7c8453aec.tar.gz
bcm5719-llvm-858239d5f8c8f651c98d853f9c3f28e7c8453aec.zip
Prune some includes from headers and sink some inline functions
MCSymbol.h shouldn't pull in MCAssembler.h, just MCFragment.h. MCLinkerOptimizationHint.h shouldn't need MCMachObjectWriter.h. The rest is fixing the fallout. llvm-svn: 273507
Diffstat (limited to 'llvm/lib/Target/Sparc/InstPrinter/SparcInstPrinter.cpp')
-rw-r--r--llvm/lib/Target/Sparc/InstPrinter/SparcInstPrinter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/Sparc/InstPrinter/SparcInstPrinter.cpp b/llvm/lib/Target/Sparc/InstPrinter/SparcInstPrinter.cpp
index 554f32745f8..4981deae6af 100644
--- a/llvm/lib/Target/Sparc/InstPrinter/SparcInstPrinter.cpp
+++ b/llvm/lib/Target/Sparc/InstPrinter/SparcInstPrinter.cpp
@@ -16,6 +16,7 @@
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCInst.h"
#include "llvm/MC/MCRegisterInfo.h"
+#include "llvm/MC/MCSubtargetInfo.h"
#include "llvm/MC/MCSymbol.h"
#include "llvm/Support/raw_ostream.h"
using namespace llvm;
OpenPOWER on IntegriCloud