mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-26 05:25:47 +00:00
Remove an unneeded call to 'UpdateThumbVFPPredicate', spotted by Amaury.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185651 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -775,7 +775,6 @@ DecodeStatus ThumbDisassembler::getInstruction(MCInst &MI, uint64_t &Size,
|
|||||||
result = decodeInstruction(DecoderTableVFPV832, MI, insn32, Address, this, STI);
|
result = decodeInstruction(DecoderTableVFPV832, MI, insn32, Address, this, STI);
|
||||||
if (result != MCDisassembler::Fail) {
|
if (result != MCDisassembler::Fail) {
|
||||||
Size = 4;
|
Size = 4;
|
||||||
UpdateThumbVFPPredicate(MI);
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user