Fix typo in verifier error message

llvm-svn: 345083
This commit is contained in:
Matt Arsenault 2018-10-23 21:23:52 +00:00
parent abd820a92b
commit 9ef8e51cec
1 changed files with 1 additions and 1 deletions

View File

@ -778,7 +778,7 @@ MachineVerifier::visitMachineBasicBlockBefore(const MachineBasicBlock *MBB) {
"isn't a terminator instruction!", MBB);
}
if (Cond.empty()) {
report("MBB exits via conditinal branch/branch but there's no "
report("MBB exits via conditional branch/branch but there's no "
"condition!", MBB);
}
} else {