mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +00:00
Nuke a bit of dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152067 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
049d08f5c9
commit
7cc0426489
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user