commit | a5295b07896b394092bc00307b2256dda3722e2e | [log] [tgz] |
---|---|---|
author | Karl Schimpf <kschimpf@google.com> | Tue Dec 01 11:24:53 2015 -0800 |
committer | Karl Schimpf <kschimpf@google.com> | Tue Dec 01 11:24:53 2015 -0800 |
tree | 392e68d6ad84079a2e53bb0b0d606f64fd469b82 | |
parent | 515e8c22c1f74c64850e66087c7187b2969cf7d2 [diff] |
Clean up implementation reading literal constants. Moves APInt and corresponding convert to float method into the pnacl translator. Renames APInt to BitcodeInt to be more clear that we aren't referring to LLVM's APInt. Rather, it is the representation in PNaCl bitcode. BUG=None R=stichnot@chromium.org Review URL: https://codereview.chromium.org/1484003003 .