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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
As per earlier comments, updated the diff to remove FixedArgs parameter from setCallee and fixed all calls to setCallee to reflect the change.