| commit | dfb2efd0da3fa1a88ae0f29cb7d856678351e1d6 | [log] [tgz] |
|---|---|---|
| author | Chandler Carruth <chandlerc@gmail.com> | Wed Feb 26 10:08:16 2014 +0000 |
| committer | Chandler Carruth <chandlerc@gmail.com> | Wed Feb 26 10:08:16 2014 +0000 |
| tree | 6bb4d39af135e0542bbbd8608b9bbab3c92b7f10 | |
| parent | ca4caa8746bac8c4e5fb0a629cf02f66ad428603 [diff] |
[SROA] Use the correct index integer size in GEPs through non-default address spaces. This isn't really a correctness issue (the values are truncated) but its much cleaner. Patch by Matt Arsenault! llvm-svn: 202252