add a comment

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@2890 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
sjfink 2008-06-16 13:27:08 +00:00
parent dc891ec84c
commit 11acc98a34
1 changed files with 4 additions and 0 deletions

View File

@ -439,6 +439,10 @@ public abstract class IR {
/**
* Return the invoke instructions corresponding to a call site
*
* Note that Shrike may inline JSRS. This can lead to multiple copies of a single bytecode
* instruction in a particular IR. So we may have more than one instruction index for a
* particular call site from bytecode.
*/
public SSAAbstractInvokeInstruction[] getCalls(CallSiteReference site) {
if (site == null) {