| commit | f5147ef0b997cfd18f7e16efbaeeac98afdc55ab | [log] [tgz] |
|---|---|---|
| author | David Blaikie <dblaikie@gmail.com> | Mon Jun 01 03:09:34 2015 +0000 |
| committer | David Blaikie <dblaikie@gmail.com> | Mon Jun 01 03:09:34 2015 +0000 |
| tree | 01042fadd4aa42eb390453b1e11b40435d3b6bae | |
| parent | 227e1aeb1306e1d2c184ca460b11178794406a65 [diff] |
[opaque pointer type] Explicitly store the pointee type of the result of a GEP Alternatively, this type could be derived on-demand whenever getResultElementType is called - if someone thinks that's the better choice (simple time/space tradeoff), I'm happy to give it a go. llvm-svn: 238716