diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2013-01-21 13:04:33 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2013-01-21 13:04:33 +0000 |
commit | a5157e68d183e1bdf010e94a15dc0c44b65f889b (patch) | |
tree | 757e688c898997b0c45773e98ab1eee7de93f015 /lib/Target/R600/SILowerControlFlow.cpp | |
parent | 6097e774fc9896583ae916daabedbd87b26b4466 (diff) |
Switch CodeMetrics itself over to use TTI to determine if an instruction
is free. The whole CodeMetrics API should probably be reworked more, but
this is enough to allow deleting the duplicate code there for computing
whether an instruction is free.
All of the passes using this have been updated to pull in TTI and hand
it to the CodeMetrics stuff. Further, a dead CodeMetrics API
(analyzeFunction) is nuked for lack of users.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173036 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/R600/SILowerControlFlow.cpp')
0 files changed, 0 insertions, 0 deletions