SubtargetFeature.h has been moved to MC.

llvm-svn: 134050
This commit is contained in:
Evan Cheng 2011-06-29 01:14:32 +00:00
parent 8264e272a9
commit eeb486dda5
2 changed files with 1231 additions and 1 deletions

1230
clang/docs/doxygen.cfg Normal file

File diff suppressed because it is too large Load Diff

View File

@ -18,13 +18,13 @@
#include "llvm/Bitcode/ReaderWriter.h"
#include "llvm/CodeGen/RegAllocRegistry.h"
#include "llvm/CodeGen/SchedulerRegistry.h"
#include "llvm/MC/SubtargetFeature.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/FormattedStream.h"
#include "llvm/Support/PrettyStackTrace.h"
#include "llvm/Support/PassManagerBuilder.h"
#include "llvm/Support/Timer.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/SubtargetFeature.h"
#include "llvm/Target/TargetData.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetOptions.h"