commit | bba776874b3c0cc37e43bfa58d45630f2887bc0b | [log] [tgz] |
---|---|---|
author | Karl Schimpf <kschimpf@google.com> | Fri Jan 15 07:33:15 2016 -0800 |
committer | Karl Schimpf <kschimpf@google.com> | Fri Jan 15 07:33:15 2016 -0800 |
tree | 650515ce8edbd419de9856aa25729976b558182c | |
parent | 56958cb33d3c1d045f2844408d825442d523f59f [diff] |
Fix bitcode parser to check type signatures of functions. Before, type signatures of functions were only checked when called. This CL fixes this by checking all function signatures. BUG=None R=stichnot@chromium.org Review URL: https://codereview.chromium.org/1579203002 .