[llvm-mca] Remove unused variable from InstrBuilder.cpp. NFC

This was causing a buildbot failure.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@327517 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Andrea Di Biagio 2018-03-14 15:19:47 +00:00
parent 2a50eccea8
commit ce305b3012

View File

@ -424,7 +424,6 @@ Instruction *InstrBuilder::createInstruction(const MCSubtargetInfo &STI,
Instruction *NewIS = new Instruction(D);
// Populate Reads first.
const MCSchedModel &SM = STI.getSchedModel();
for (const ReadDescriptor &RD : D.Reads) {
int RegID = -1;
if (RD.OpIndex != -1) {