[AMDGPU] Fix typo in error message

llvm-svn: 367235
This commit is contained in:
Jay Foad 2019-07-29 16:17:13 +00:00
parent 2b38951799
commit 3bdcedbf3d
1 changed files with 1 additions and 1 deletions

View File

@ -3609,7 +3609,7 @@ bool SIInstrInfo::verifyInstruction(const MachineInstr &MI,
if (DC >= DppCtrl::BCAST15 && DC <= DppCtrl::BCAST31 &&
ST.getGeneration() >= AMDGPUSubtarget::GFX10) {
ErrInfo = "Invalid dpp_ctrl value: "
"broadcats are not supported on GFX10+";
"broadcasts are not supported on GFX10+";
return false;
}
if (DC >= DppCtrl::ROW_SHARE_FIRST && DC <= DppCtrl::ROW_XMASK_LAST &&