summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex/ModuleMap.cpp
diff options
context:
space:
mode:
authorHeejin Ahn <aheejin@gmail.com>2018-05-09 00:53:50 +0000
committerHeejin Ahn <aheejin@gmail.com>2018-05-09 00:53:50 +0000
commitbf7716952a3aee11be187e57887c32e1399d9f17 (patch)
tree96084a3d1b313b276a8b6dac6122a7c34850f145 /clang/lib/Lex/ModuleMap.cpp
parentfb663789d3c862353d6077e71df4efd1bcb9477b (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud