OSDN Git Service

[TableGen][NFC]Remove dead variable.
authorClement Courbet <courbet@google.com>
Fri, 26 Jan 2018 13:21:43 +0000 (13:21 +0000)
committerClement Courbet <courbet@google.com>
Fri, 26 Jan 2018 13:21:43 +0000 (13:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@323525 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/CodeGenSchedule.h

index 46e22cd..8b4f19e 100644 (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) :