| commit | 9ade5592d96a68bbe1b9a16099b0575c32db7905 | [log] [tgz] |
|---|---|---|
| author | Daniel Sanders <daniel_l_sanders@apple.com> | Mon Jan 29 17:37:29 2018 +0000 |
| committer | Daniel Sanders <daniel_l_sanders@apple.com> | Mon Jan 29 17:37:29 2018 +0000 |
| tree | 1c6e5dbd7a2ea907d59639aa144bc7190f687a34 | |
| parent | 6845dec91715ee1fc9939053b8add76cacced6ef [diff] |
[globalisel] Make LegalizerInfo::LegalizeAction available outside of LegalizerInfo. NFC Summary: The improvements to the LegalizerInfo discussed in D42244 require that LegalizerInfo::LegalizeAction be available for use in other classes. As such, it needs to be moved out of LegalizerInfo. This has been done separately to the next patch to minimize the noise in that patch. llvm-svn: 323669