| commit | e116d500a76f91b808028bc83f0e55e3a53cb870 | [log] [tgz] |
|---|---|---|
| author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | Wed Jun 22 12:54:25 2016 +0000 |
| committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | Wed Jun 22 12:54:25 2016 +0000 |
| tree | e3ac14eb608e2d65d0a63f5106ee8a82268d9203 | |
| parent | 2b7fef681fb65798e756c463dd3198e5af87f300 [diff] |
[SDAG] Remove FixedArgs parameter from CallLoweringInfo::setCallee The setCallee function will set the number of fixed arguments based on the size of the argument list. The FixedArgs parameter was often explicitly set to 0, leading to a lack of consistent value for non- vararg functions. Differential Revision: http://reviews.llvm.org/D20376 llvm-svn: 273403