mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Minor API change in call graph.
Swift SVN r21553
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user