[llvm-commits] CVS: llvm/lib/VMCore/AsmWriter.cpp

Chris Lattner lattner at cs.uiuc.edu
Sun Feb 8 15:53:01 PST 2004


Changes in directory llvm/lib/VMCore:

AsmWriter.cpp updated: 1.118 -> 1.119

---
Log message:

vi failed me again.  :)


---
Diffs of the changes:  (+1 -1)

Index: llvm/lib/VMCore/AsmWriter.cpp
diff -u llvm/lib/VMCore/AsmWriter.cpp:1.118 llvm/lib/VMCore/AsmWriter.cpp:1.119
--- llvm/lib/VMCore/AsmWriter.cpp:1.118	Sun Feb  8 15:52:04 2004
+++ llvm/lib/VMCore/AsmWriter.cpp	Sun Feb  8 15:52:30 2004
@@ -894,7 +894,7 @@
 
     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)) {





More information about the llvm-commits mailing list