diff options
author | Michael Gottesman <mgottesman@apple.com> | 2013-06-19 21:00:17 +0000 |
---|---|---|
committer | Michael Gottesman <mgottesman@apple.com> | 2013-06-19 21:00:17 +0000 |
commit | d95d4478852c415460292ce45831028a9aa2e817 (patch) | |
tree | e4e61f3ab383d2310d04a9a5108817a5626266bc /lldb/scripts/Python | |
parent | afc1036f3e4c66261800f4ea896cd393a079a1a3 (diff) | |
download | llvm-d95d4478852c415460292ce45831028a9aa2e817.zip llvm-d95d4478852c415460292ce45831028a9aa2e817.tar.gz llvm-d95d4478852c415460292ce45831028a9aa2e817.tar.bz2 |
[APFloat] Added isFiniteNonZero predicate.
This is the first patch in a series of patches to rename isNormal =>
isFiniteNonZero and isIEEENormal => isNormal. In order to prevent careless
errors on my part the overall plan is:
1. Add the isFiniteNonZero predicate with tests. I can do this in a method
independent of isNormal. (This step is this patch).
2. Convert all references to isNormal with isFiniteNonZero. My plan is to
comment out isNormal locally and continually convert isNormal references =>
isFiniteNonZero until llvm/clang compiles.
3. Remove old isNormal and rename isIEEENormal to isNormal.
4. Look through all of said references from patch 2 and see if we can simplify
them by using the new isNormal.
llvm-svn: 184350
Diffstat (limited to 'lldb/scripts/Python')
0 files changed, 0 insertions, 0 deletions