[llvm-commits] CVS: llvm/lib/VMCore/AsmWriter.cpp
Chris Lattner
lattner at cs.uiuc.edu
Sun Feb 8 15:53:45 PST 2004
Changes in directory llvm/lib/VMCore:
AsmWriter.cpp updated: 1.117 -> 1.118
---
Log message:
Rename the invoke 'except' destination to the 'unwind' destination
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/VMCore/AsmWriter.cpp
diff -u llvm/lib/VMCore/AsmWriter.cpp:1.117 llvm/lib/VMCore/AsmWriter.cpp:1.118
--- llvm/lib/VMCore/AsmWriter.cpp:1.117 Sun Feb 8 15:44:25 2004
+++ llvm/lib/VMCore/AsmWriter.cpp Sun Feb 8 15:52:04 2004
@@ -894,7 +894,7 @@
Out << " )\n\t\t\tto";
writeOperand(II->getNormalDest(), true);
- Out << " except";
+ Out << " unwind;
writeOperand(II->getUnwindDest(), true);
} else if (const AllocationInst *AI = dyn_cast<AllocationInst>(&I)) {
More information about the llvm-commits
mailing list