| commit | 42f3dceb631f73949bad272c27bb81239697fa12 | [log] [tgz] |
|---|---|---|
| author | Chandler Carruth <chandlerc@gmail.com> | Mon Jan 21 11:55:09 2013 +0000 |
| committer | Chandler Carruth <chandlerc@gmail.com> | Mon Jan 21 11:55:09 2013 +0000 |
| tree | 0d608c08bab29c3a7a20ef48194788c4adfc8608 | |
| parent | 4319e2948d477595a85e6b5c8d4eb4cdfde7330d [diff] |
Now that the inline cost analysis is a pass, we can easily have it depend on and use other analyses (as long as they're either immutable passes or CGSCC passes of course -- nothing in the pass manager has been fixed here). Leverage this to thread TargetTransformInfo down through the inline cost analysis. No functionality changed here, this just threads things through. llvm-svn: 173031