commit | bf170370805150026104a9e42e07fb17b0971ad7 | [log] [tgz] |
---|---|---|
author | Karl Schimpf <kschimpf@google.com> | Mon Dec 15 10:16:31 2014 -0800 |
committer | Karl Schimpf <kschimpf@google.com> | Mon Dec 15 10:16:31 2014 -0800 |
tree | 71e6e7f03dd79210d2b7b89d00a19861a833254e | |
parent | e5b73e6e3aa4e9f9819494d34662f3f6d928b078 [diff] |
Remove using LLVM tools to check correctness of cast operation. Removes cast instruction checks (in PNaClTranslator.cpp) that used LLVM utilities to use locally defined methods instead. Remove the need to call naclbitc::DecodeCastOpcode and CastInst::castIsValid. Also removes two more calls to convertToLLVMType. BUG= None R=jvoung@chromium.org, stichnot@chromium.org Review URL: https://codereview.chromium.org/794823002