diff options
author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2016-08-11 18:15:16 +0000 |
---|---|---|
committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2016-08-11 18:15:16 +0000 |
commit | 60f0b514855219a13a9b5929ed6b7ee53e8afb3e (patch) | |
tree | a35940671c36d76a2581578a799fce04479cad08 /lldb/packages/Python/lldbsuite/test/python_api/interpreter | |
parent | fd34ba53e34bfcdffde5fe0c12efab78381e2c73 (diff) | |
download | bcm5719-llvm-60f0b514855219a13a9b5929ed6b7ee53e8afb3e.tar.gz bcm5719-llvm-60f0b514855219a13a9b5929ed6b7ee53e8afb3e.zip |
[Hexagon] Skip byval arguments when checking parameter attributes
From the point of view of register assignment, byval parameters are
ignored: a byval parameter is not going to be assigned to a register,
and it will not affect the assignments of subsequent parameters.
When matching registers with parameters in the bit tracker, make sure
to skip byval parameters before advancing the registers.
llvm-svn: 278375
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/interpreter')
0 files changed, 0 insertions, 0 deletions