mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-23 04:01:16 +00:00
[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:
parent
2a50eccea8
commit
ce305b3012
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user