fix a typo.

llvm-svn: 169953
This commit is contained in:
Nadav Rotem 2012-12-12 01:31:10 +00:00
parent 89deb06bbb
commit 4fa2e3d5af
1 changed files with 1 additions and 1 deletions

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: