projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a58e3a1
)
Rename the invoke 'except' destination to the 'unwind' destination
author
Chris Lattner
<sabre@nondot.org>
Sun, 8 Feb 2004 21:52:04 +0000
(21:52 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 8 Feb 2004 21:52:04 +0000
(21:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11205
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/VMCore/AsmWriter.cpp
patch
|
blob
|
history
diff --git
a/lib/VMCore/AsmWriter.cpp
b/lib/VMCore/AsmWriter.cpp
index e7928e25eb6a462a8b2b88f83829a422232df2a1..4879191017932746703b6a86ffab1569a2565dc3 100644
(file)
--- a/
lib/VMCore/AsmWriter.cpp
+++ b/
lib/VMCore/AsmWriter.cpp
@@
-894,7
+894,7
@@
void AssemblyWriter::printInstruction(const Instruction &I) {
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)) {