1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Nuke a bit of dead code.

llvm-svn: 152067
This commit is contained in:
Jim Grosbach 2012-03-05 23:09:51 +00:00
parent 59cebb7902
commit b0d6469b77

View 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;