Debug.h already includes raw_ostream.h, no need to include it again.

llvm-svn: 208235
This commit is contained in:
Eric Christopher 2014-05-07 18:19:04 +00:00
parent 2973efb866
commit 4b4401de83
1 changed files with 0 additions and 1 deletions

View File

@ -1481,7 +1481,6 @@ void SubtargetEmitter::run(raw_ostream &OS) {
OS << "#undef GET_SUBTARGETINFO_TARGET_DESC\n";
OS << "#include \"llvm/Support/Debug.h\"\n";
OS << "#include \"llvm/Support/raw_ostream.h\"\n";
ParseFeaturesFunction(OS, NumFeatures, NumProcs);
OS << "#endif // GET_SUBTARGETINFO_TARGET_DESC\n\n";