| commit | 74742a1bb0b38058a75ec5bdd9ffa082c5331d44 | [log] [tgz] |
|---|---|---|
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | Mon Aug 19 21:43:16 2013 +0000 |
| committer | Matt Arsenault <Matthew.Arsenault@amd.com> | Mon Aug 19 21:43:16 2013 +0000 |
| tree | fa331c19c983f293de64127676d2f395d7822513 | |
| parent | 9309322454e363ce4121529b643f4700d8ab33bd [diff] |
Fix assert with GEP ptr vector indexing structs Also fix it calculating the wrong value. The struct index is not a ConstantInt, so it was being interpreted as an array index. llvm-svn: 188713