The word `operands' has an `r' in it.

llvm-svn: 6250
This commit is contained in:
Misha Brukman 2003-05-20 20:36:39 +00:00
parent 56f4fa10fd
commit 9392c3ca74
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ void BBLiveVar::calcDefUseSets() {
// do for implicit operands as well
for (unsigned i = 0; i < MI->getNumImplicitRefs(); ++i) {
assert(MI->getOpCode() != V9::PHI && "Phi cannot have implicit opeands");
assert(MI->getOpCode() != V9::PHI && "Phi cannot have implicit operands");
const Value *Op = MI->getImplicitRef(i);
if (Op->getType() == Type::LabelTy) // don't process labels