1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

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 9c5e483a57
commit 423c1a5415

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";