| commit | c8925915961e94f57f578c408eca0a76b0bf7944 | [log] [tgz] |
|---|---|---|
| author | Chandler Carruth <chandlerc@gmail.com> | Sat Jan 05 02:09:22 2013 +0000 |
| committer | Chandler Carruth <chandlerc@gmail.com> | Sat Jan 05 02:09:22 2013 +0000 |
| tree | 20871fa4fcecd1216f877626795ee6fbe4d49365 | |
| parent | 0dba59ae3755ed68c2830d901f3c60b85cf63fb6 [diff] |
Sink the AddressingModeMatcher helper class into an anonymous namespace next to its only user. This helper relies on TargetLowering information that shouldn't be generally used throughout the Transfoms library, and so it made little sense as a generic utility. This also consolidates the file where we need to remove the remaining uses of TargetLowering in favor of the IR-layer abstract interface in TargetTransformInfo. llvm-svn: 171590