diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2013-01-07 15:04:40 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2013-01-07 15:04:40 +0000 |
commit | 6e479322aab6e1e882d40a3b4cb4a64046b6fc0b (patch) | |
tree | 874623401e1078f0dc3bf6f533479de25d095e56 /llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp | |
parent | 6b9eeba09ac275ad32b85625625fddbaedd83738 (diff) | |
download | bcm5719-llvm-6e479322aab6e1e882d40a3b4cb4a64046b6fc0b.tar.gz bcm5719-llvm-6e479322aab6e1e882d40a3b4cb4a64046b6fc0b.zip |
Remove LSR's use of the random AddrMode struct. These variables were
already in a class, just inline the four of them. I suspect that this
class could be simplified some to not always keep distinct variables for
these things, but it wasn't clear to me how given the usage so I opted
for a trivial and mechanical translation.
This removes one of the two remaining users of a header in include/llvm
which does nothing more than define a 4 member struct.
llvm-svn: 171738
Diffstat (limited to 'llvm/lib/Transforms/Scalar/CodeGenPrepare.cpp')
0 files changed, 0 insertions, 0 deletions