mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-19 11:41:53 +00:00
Remove an oddly unnecessary temporary.
llvm-svn: 298888
This commit is contained in:
parent
955f1cd5dd
commit
f91749e2b5
@ -1836,8 +1836,7 @@ unsigned PPCInstrInfo::getInstSizeInBytes(const MachineInstr &MI) const {
|
||||
PatchPointOpers Opers(&MI);
|
||||
return Opers.getNumPatchBytes();
|
||||
} else {
|
||||
const MCInstrDesc &Desc = get(Opcode);
|
||||
return Desc.getSize();
|
||||
return get(Opcode).getSize();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user