vi failed me again. :)
authorChris Lattner <sabre@nondot.org>
Sun, 8 Feb 2004 21:52:30 +0000 (21:52 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 8 Feb 2004 21:52:30 +0000 (21:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11206 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/AsmWriter.cpp

index 4879191017932746703b6a86ffab1569a2565dc3..32cc4c72f0c2cf0fbb395fa229ed2398251fd148 100644 (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)) {