projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a822fab
)
Debug.h already includes raw_ostream.h, no need to include it again.
author
Eric Christopher
<echristo@gmail.com>
Wed, 7 May 2014 18:19:04 +0000
(18:19 +0000)
committer
Eric Christopher
<echristo@gmail.com>
Wed, 7 May 2014 18:19:04 +0000
(18:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208235
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/TableGen/SubtargetEmitter.cpp
patch
|
blob
|
history
diff --git
a/utils/TableGen/SubtargetEmitter.cpp
b/utils/TableGen/SubtargetEmitter.cpp
index 49c0bacb321747d61bfbb820a7c958dbe271aa2a..16bbdb7cd7e65e9b0e039d4d9dc37ff1b1f63ef6 100644
(file)
--- a/
utils/TableGen/SubtargetEmitter.cpp
+++ b/
utils/TableGen/SubtargetEmitter.cpp
@@
-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";