commit | 645aa1a9a21d41f523575afad356e76062e9d696 | [log] [tgz] |
---|---|---|
author | Karl Schimpf <kschimpf@google.com> | Wed Oct 08 09:05:53 2014 -0700 |
committer | Karl Schimpf <kschimpf@google.com> | Wed Oct 08 09:05:53 2014 -0700 |
tree | de63d52ae090716d0e891daf77c6c7d325e7ec82 | |
parent | d14b1a027a88e1f54845fa5970c0bb462e01fcd4 [diff] |
Convert Subzero's bitcode reader to generate ICE types. Changes Subzero's bitcode reader to build and store ICE types, instead of using LLVM's types. Note: This code doesn't remove all uses of LLVM types. They are still used to check types for instructions and to generate function addresses. BUG=None R=jvoung@chromium.org, stichnot@chromium.org Review URL: https://codereview.chromium.org/625243002