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:
6f51a77
)
Don't write out variables that are never used.
author
Reid Spencer
<rspencer@reidspencer.com>
Fri, 3 Nov 2006 01:28:12 +0000
(
01:28
+0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Fri, 3 Nov 2006 01:28:12 +0000
(
01:28
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31396
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 b820b07f41667d0b5d99af378efb4a3a357b0c7c..a70dbc972878020476b70d9ce442655f96054012 100644
(file)
--- a/
utils/TableGen/SubtargetEmitter.cpp
+++ b/
utils/TableGen/SubtargetEmitter.cpp
@@
-374,9
+374,6
@@
void SubtargetEmitter::EmitProcessorData(std::ostream &OS,
// End processor itinerary table
OS << "};\n";
}
-
- OS << "\n";
- OS << "static llvm::InstrItinerary NoItineraries[] = { {0, 0} };\n";
}
//