1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

[RISCV] Remove extra character from a comment. NFC

This commit is contained in:
Craig Topper 2021-06-21 12:42:21 -07:00
parent 2ef169fe7d
commit a3a91ab85e

View File

@ -189,7 +189,7 @@ public:
return false;
// If the instruction doesn't need an AVLReg and the SEW matches, consider
// it/ compatible.
// it compatible.
if (InstrInfo.hasAVLReg() && InstrInfo.AVLReg == RISCV::NoRegister) {
if (SEW == InstrInfo.SEW)
return true;