diff options
author | Heejin Ahn <aheejin@gmail.com> | 2018-05-09 00:53:50 +0000 |
---|---|---|
committer | Heejin Ahn <aheejin@gmail.com> | 2018-05-09 00:53:50 +0000 |
commit | bf7716952a3aee11be187e57887c32e1399d9f17 (patch) | |
tree | 96084a3d1b313b276a8b6dac6122a7c34850f145 /clang/lib/Lex/ModuleMap.cpp | |
parent | fb663789d3c862353d6077e71df4efd1bcb9477b (diff) | |
download | bcm5719-llvm-bf7716952a3aee11be187e57887c32e1399d9f17.tar.gz bcm5719-llvm-bf7716952a3aee11be187e57887c32e1399d9f17.zip |
Support a funclet operand bundle in LowerInvoke
Summary:
The current LowerInvoke pass cannot handle invoke instructions with a
funclet bundle operand. The order of operands for an invoke instruction
is {call arguments, callee, funclet operand (if any), normal dest,
unwind dest}. The current code assumes there is no funclet operand and
incorrectly includes a funclet operand into call arguments.
Reviewers: rnk
Subscribers: llvm-commits
Differential Revision: https://reviews.llvm.org/D46242
llvm-svn: 331832
Diffstat (limited to 'clang/lib/Lex/ModuleMap.cpp')
0 files changed, 0 insertions, 0 deletions