diff options
author | Kevin P. Neal <kevin.neal@sas.com> | 2022-02-14 11:49:43 -0500 |
---|---|---|
committer | Kevin P. Neal <kevin.neal@sas.com> | 2022-02-16 12:34:53 -0500 |
commit | 8290f2535ba03120160881ca47e8466cbf7a8b26 (patch) | |
tree | 9fec9a8637176280c9a1908924b0391a6d7d4dd4 /lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp | |
parent | 572e2cd56a43429bdbc88c886e260b5facff9048 (diff) | |
download | llvm-8290f2535ba03120160881ca47e8466cbf7a8b26.zip llvm-8290f2535ba03120160881ca47e8466cbf7a8b26.tar.gz llvm-8290f2535ba03120160881ca47e8466cbf7a8b26.tar.bz2 |
[FPEnv][FMF] Move helper function to header, move fast math flags to new include file.
In a prior review I was asked to move the helper function canIgnoreSNaN()
out to FPEnv.h. This wasn't possible at the time because that function
needs the fast math flags, and including them includes lots of other stuff
that isn't needed.
This patch moves the fast math flags out into a new FMF.h file unchanged,
and moves the helper function out to FPEnv.h also unchanged. This ticket
only moves code around.
Differential Revision: https://reviews.llvm.org/D119752
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp')
0 files changed, 0 insertions, 0 deletions