Rename TargetDesc to MCTargetDesc

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133846 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng
2011-06-24 23:53:19 +00:00
parent 5e6b4605bd
commit 46af0d7341
6 changed files with 3 additions and 4 deletions

View File

@@ -84,11 +84,9 @@ MCObjectWriter *createX86MachObjectWriter(raw_ostream &OS,
uint32_t CPUType,
uint32_t CPUSubtype);
extern Target TheX86_32Target, TheX86_64Target;
} // End llvm namespace
#include "TargetDesc/X86TargetDesc.h"
#include "MCTargetDesc/X86TargetDesc.h"
// Defines symbolic names for the X86 instructions.
//