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

[TableGen][NFC]Remove dead variable.

llvm-svn: 323525
This commit is contained in:
Clement Courbet 2018-01-26 13:21:43 +00:00
parent 86146e9507
commit 3e4bd20219

View File

@ -199,7 +199,6 @@ struct CodeGenProcModel {
// Per-operand machine model resources associated with this processor.
RecVec ProcResourceDefs;
RecVec ProcResGroupDefs;
CodeGenProcModel(unsigned Idx, const std::string &Name, Record *MDef,
Record *IDef) :