llvm-svn: 67080
This commit is contained in:
Gabor Greif 2009-03-17 11:38:29 +00:00
parent fb5c74ef4b
commit bda5a94c79
1 changed files with 1 additions and 1 deletions

View File

@ -1222,7 +1222,7 @@ void Verifier::visitInstruction(Instruction &I) {
*UI);
Instruction *Used = cast<Instruction>(*UI);
Assert2(Used->getParent() != 0, "Instruction referencing instruction not"
" embeded in a basic block!", &I, Used);
" embedded in a basic block!", &I, Used);
}
for (unsigned i = 0, e = I.getNumOperands(); i != e; ++i) {