Nuke a bit of dead code.
authorJim Grosbach <grosbach@apple.com>
Mon, 5 Mar 2012 23:09:51 +0000 (23:09 +0000)
committerJim Grosbach <grosbach@apple.com>
Mon, 5 Mar 2012 23:09:51 +0000 (23:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152067 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/FixedLenDecoderEmitter.h

index bd5111ffd877902a6267c7975c1a8af602cd5090..90e8d869ac0229c7cdd331a7b2e967f75c8d80be 100644 (file)
@@ -70,8 +70,6 @@ private:
   RecordKeeper &Records;
   CodeGenTarget Target;
   std::vector<const CodeGenInstruction*> NumberedInstructions;
-  std::vector<unsigned> Opcodes;
-  std::map<unsigned, std::vector<OperandInfo> > Operands;
 public:
   std::string PredicateNamespace;
   std::string GuardPrefix, GuardPostfix;