| commit | a10e240377c770b1b511182d321b0de5c731d89d | [log] [tgz] |
|---|---|---|
| author | Chandler Carruth <chandlerc@gmail.com> | Wed Apr 23 23:12:06 2014 +0000 |
| committer | Chandler Carruth <chandlerc@gmail.com> | Wed Apr 23 23:12:06 2014 +0000 |
| tree | caddbd8028f0f6a49a7893cfbde1d30cf16eb5be | |
| parent | 2c0f4ef2418a9b0f0d50e540bbb64539bcca19b0 [diff] |
[LCG] Switch the SCC lookup to be in terms of call graph nodes rather than functions. So far, this access pattern is *much* more common. It seems likely that any user of this interface is going to have nodes at the point that they are querying the SCCs. No functionality changed. llvm-svn: 207045