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:
Nadav Rotem 2012-12-12 01:31:10 +00:00
parent 981b96376a
commit 6c645a35cc

View File

@ -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: