As per title. This remove the need to rely on internal knowledge of call and invoke instruction to find called value and argument count.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D17054
Add binding for counting argument and find called value of call and invoke instruction from the C API. ClosedPublic Authored by deadalnix on Feb 9 2016, 3:58 PM.
Details Summary As per title. This remove the need to rely on internal knowledge of call and invoke instruction to find called value and argument count.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 9 2016, 4:01 PM Closed by commit rL260332: Add binding for counting argument and find called value of call and invoke… (authored by deadalnix). · Explain WhyFeb 9 2016, 4:14 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 47393 llvm/trunk/include/llvm-c/Core.h
llvm/trunk/lib/IR/Core.cpp
llvm/trunk/tools/llvm-c-test/echo.cpp
|