Also, remove the getFunctionType() function from CGCallee, since it
accesses the pointee type of the value. The only use was in EmitCall,
so just inline it into the debug assertion.
This is the last of the changes for Call and Invoke in clang.
Differential D57804
[opaque pointer types] Make EmitCall pass Function Types to CreateCall/Invoke. ClosedPublic Authored by jyknight on Feb 5 2019, 7:35 PM.
Details Summary Also, remove the getFunctionType() function from CGCallee, since it This is the last of the changes for Call and Invoke in clang.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 6 2019, 10:30 AM Closed by commit rC353356: [opaque pointer types] Make EmitCall pass Function Types to (authored by jyknight). · Explain WhyFeb 6 2019, 5:16 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 185678 lib/CodeGen/CGCall.h
lib/CodeGen/CGCall.cpp
|