This is an archive of the discontinued LLVM Phabricator instance.

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

Repository
rL LLVM

Event Timeline

deadalnix updated this revision to Diff 47391.Feb 9 2016, 3:58 PM
deadalnix retitled this revision from to Add binding for counting argument and find called value of call and invoke instruction from the C API..
deadalnix updated this object.
echristo accepted this revision.Feb 9 2016, 4:01 PM
echristo edited edge metadata.

LGTM

This revision is now accepted and ready to land.Feb 9 2016, 4:01 PM
This revision was automatically updated to reflect the committed changes.