| commit | 219173a1be3bcb1b01b6fcced42e3ef6c2540b11 | [log] [tgz] |
|---|---|---|
| author | Chandler Carruth <chandlerc@gmail.com> | Sun Apr 01 22:44:09 2012 +0000 |
| committer | Chandler Carruth <chandlerc@gmail.com> | Sun Apr 01 22:44:09 2012 +0000 |
| tree | dcc26f97ad9331a23020b7494bcde380a5569d42 | |
| parent | 3ecfa7b27773bdaae47531f1f11ec9c8d14cac37 [diff] |
Start cleaning up the InlineCost class. This switches to sentinel values rather than a bitfield, a great suggestion by Chris during code review. There is still quite a bit of cruft in the interface, but that requires sorting out some awkward uses of the cost inside the actual inliner. No functionality changed intended here. llvm-svn: 153853