summaryrefslogtreecommitdiff
path: root/tools/llc
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
commitab8be96fd30ca9396e6b84fdddf1ac6208984cad (patch)
tree649a640308a6760a1af7566efca9436238d4a53f /tools/llc
parentd807674c8b1a8d191a4e52795fd6a3a6de184116 (diff)
downloadllvm-ab8be96fd30ca9396e6b84fdddf1ac6208984cad.tar.gz
llvm-ab8be96fd30ca9396e6b84fdddf1ac6208984cad.tar.bz2
llvm-ab8be96fd30ca9396e6b84fdddf1ac6208984cad.tar.xz
Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries) into MC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134049 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llc')
-rw-r--r--tools/llc/llc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llc/llc.cpp b/tools/llc/llc.cpp
index 162d6c8ad9..e89b4d8318 100644
--- a/tools/llc/llc.cpp
+++ b/tools/llc/llc.cpp
@@ -22,6 +22,7 @@
#include "llvm/CodeGen/LinkAllAsmWriterComponents.h"
#include "llvm/CodeGen/LinkAllCodegenComponents.h"
#include "llvm/Config/config.h"
+#include "llvm/MC/SubtargetFeature.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/FormattedStream.h"
@@ -31,7 +32,6 @@
#include "llvm/Support/ToolOutputFile.h"
#include "llvm/Support/Host.h"
#include "llvm/Support/Signals.h"
-#include "llvm/Target/SubtargetFeature.h"
#include "llvm/Target/TargetData.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetRegistry.h"