mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
fix a typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169953 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
981b96376a
commit
6c645a35cc
@ -1859,7 +1859,7 @@ bool LoopVectorizationLegality::blockCanBePredicated(BasicBlock *BB) {
|
||||
if (it->mayReadFromMemory() || it->mayWriteToMemory() || it->mayThrow())
|
||||
return false;
|
||||
|
||||
// The isntructions below can trap.
|
||||
// The instructions below can trap.
|
||||
switch (it->getOpcode()) {
|
||||
default: continue;
|
||||
case Instruction::UDiv:
|
||||
|
Loading…
Reference in New Issue
Block a user