| commit | 04902862a858ddd8c51c7b01c4fae3eff1e38f2a | [log] [tgz] |
|---|---|---|
| author | Rafael Espindola <rafael.espindola@gmail.com> | Thu May 29 15:41:38 2014 +0000 |
| committer | Rafael Espindola <rafael.espindola@gmail.com> | Thu May 29 15:41:38 2014 +0000 |
| tree | 65ee967241267bbc07c5de48ac211ccfd6fdec7d | |
| parent | 1613650e90428d4f178913e067468643c3fba925 [diff] |
[PPC] Use alias symbols in address computation. This seems to match what gcc does for ppc and what every other llvm backend does. This is a fixed version of r209638. The difference is to avoid any change in behavior for functions. The logic for using constant pools for function addresseses is spread over a few places and we have to keep them in sync. llvm-svn: 209821