mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-17 21:35:07 +00:00
Fix a comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112302 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3d38e8364a
commit
dbb350a5c7
@ -1583,7 +1583,7 @@ bool ARMDecoderEmitter::ARMDEBackend::populateInstruction(
|
||||
Name == "MOVr_TC")
|
||||
return false;
|
||||
|
||||
// VLDMQ/VSTMQ can be hanlded with the more generic VLDMD/VSTMD.
|
||||
// VLDMQ/VSTMQ can be handled with the more generic VLDMD/VSTMD.
|
||||
if (Name == "VLDMQ" || Name == "VLDMQ_UPD" ||
|
||||
Name == "VSTMQ" || Name == "VSTMQ_UPD")
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user