summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2011-08-23 20:15:21 +0000
committerEvan Cheng <evan.cheng@apple.com>2011-08-23 20:15:21 +0000
commit7801136b95d1fbe515b9655b73ada39b05a33559 (patch)
treeff75c7f27a25aeea99b1e06eb3dc96d955978bf9 /lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp
parentacc8f2d938dbf00c79c34f4541a5a05662964797 (diff)
downloadllvm-7801136b95d1fbe515b9655b73ada39b05a33559.tar.gz
llvm-7801136b95d1fbe515b9655b73ada39b05a33559.tar.bz2
llvm-7801136b95d1fbe515b9655b73ada39b05a33559.tar.xz
Some refactoring so TargetRegistry.h no longer has to include any files
from MC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138367 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp')
-rw-r--r--lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp b/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp
index ffcd14603c..6bc65b8e64 100644
--- a/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp
+++ b/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp
@@ -13,6 +13,7 @@
#include "SystemZMCTargetDesc.h"
#include "SystemZMCAsmInfo.h"
+#include "llvm/MC/MCCodeGenInfo.h"
#include "llvm/MC/MCInstrInfo.h"
#include "llvm/MC/MCRegisterInfo.h"
#include "llvm/MC/MCSubtargetInfo.h"