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

[llvm-mca] Remove unused field in InstrBuilder. NFC

llvm-svn: 328427
This commit is contained in:
Andrea Di Biagio 2018-03-24 15:48:25 +00:00
parent 80f2d730e2
commit 9fb8bf4a44

View File

@ -40,7 +40,6 @@ class InstrBuilder {
llvm::SmallVector<uint64_t, 8> ProcResourceMasks;
llvm::DenseMap<unsigned short, std::unique_ptr<const InstrDesc>> Descriptors;
llvm::DenseMap<unsigned, std::unique_ptr<Instruction>> Instructions;
void createInstrDescImpl(const llvm::MCInst &MCI);