vi failed me again. :)

llvm-svn: 11206
This commit is contained in:
Chris Lattner 2004-02-08 21:52:30 +00:00
parent 144f0efd4c
commit 85195147e1
1 changed files with 1 additions and 1 deletions

View File

@ -894,7 +894,7 @@ void AssemblyWriter::printInstruction(const Instruction &I) {
Out << " )\n\t\t\tto";
writeOperand(II->getNormalDest(), true);
Out << " unwind;
Out << " unwind";
writeOperand(II->getUnwindDest(), true);
} else if (const AllocationInst *AI = dyn_cast<AllocationInst>(&I)) {