summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMSubtarget.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2011-06-29 01:14:12 +0000
committerEvan Cheng <evan.cheng@apple.com>2011-06-29 01:14:12 +0000
commit8264e272a9c2db001d2df9e656485c36f1f0595c (patch)
tree104c79b2df3c894b95a4f48beb07d90ce9c2ac68 /llvm/lib/Target/ARM/ARMSubtarget.h
parent6502f0094e673056916a126f8a57713fad96d2ce (diff)
downloadbcm5719-llvm-8264e272a9c2db001d2df9e656485c36f1f0595c.tar.gz
bcm5719-llvm-8264e272a9c2db001d2df9e656485c36f1f0595c.zip
Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries) into MC.
llvm-svn: 134049
Diffstat (limited to 'llvm/lib/Target/ARM/ARMSubtarget.h')
-rw-r--r--llvm/lib/Target/ARM/ARMSubtarget.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMSubtarget.h b/llvm/lib/Target/ARM/ARMSubtarget.h
index 0271c873f19..e4bcf3e3641 100644
--- a/llvm/lib/Target/ARM/ARMSubtarget.h
+++ b/llvm/lib/Target/ARM/ARMSubtarget.h
@@ -14,9 +14,8 @@
#ifndef ARMSUBTARGET_H
#define ARMSUBTARGET_H
-#include "llvm/Target/TargetInstrItineraries.h"
-#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetSubtarget.h"
+#include "llvm/MC/MCInstrItineraries.h"
#include "llvm/ADT/Triple.h"
#include <string>
OpenPOWER on IntegriCloud