Some refactoring so TargetRegistry.h no longer has to include any files

from MC.

llvm-svn: 138367
This commit is contained in:
Evan Cheng
2011-08-23 20:15:21 +00:00
parent 7bc78f692c
commit 4d6c9d711d
19 changed files with 105 additions and 19 deletions

View File

@@ -22,6 +22,7 @@
#include "llvm/MC/MCDisassembler.h"
#include "llvm/MC/MCInst.h"
#include "llvm/MC/MCInstPrinter.h"
#include "llvm/MC/MCInstrAnalysis.h"
#include "llvm/MC/MCInstrDesc.h"
#include "llvm/MC/MCInstrInfo.h"
#include "llvm/Support/CommandLine.h"