Minor API change in call graph.

Swift SVN r21553
This commit is contained in:
Mark Lacey
2014-08-29 00:32:17 +00:00
parent 36365d79df
commit dc625f7c19

View File

@@ -113,8 +113,8 @@ namespace swift {
delete CallSite;
}
SILFunction &getFunction() {
return *Function;
SILFunction *getFunction() {
return Function;
}
/// Get the complete set of call sites that can call into this