1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00
llvm-svn: 67080
This commit is contained in:
Gabor Greif 2009-03-17 11:38:29 +00:00
parent 34e7f207ee
commit 9ef10da3e7

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) {