mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-19 02:42:58 +00:00
Rename the invoke 'except' destination to the 'unwind' destination
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11205 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a58e3a16c5
commit
f37a4268d8
@ -894,7 +894,7 @@ void AssemblyWriter::printInstruction(const Instruction &I) {
|
|||||||
|
|
||||||
Out << " )\n\t\t\tto";
|
Out << " )\n\t\t\tto";
|
||||||
writeOperand(II->getNormalDest(), true);
|
writeOperand(II->getNormalDest(), true);
|
||||||
Out << " except";
|
Out << " unwind;
|
||||||
writeOperand(II->getUnwindDest(), true);
|
writeOperand(II->getUnwindDest(), true);
|
||||||
|
|
||||||
} else if (const AllocationInst *AI = dyn_cast<AllocationInst>(&I)) {
|
} else if (const AllocationInst *AI = dyn_cast<AllocationInst>(&I)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user