diff options
| author | Saleem Abdulrasool <compnerd@compnerd.org> | 2017-10-17 03:30:25 +0000 |
|---|---|---|
| committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2017-10-17 03:30:25 +0000 |
| commit | 4e319ca894be92e484ca1f9bbe44c12a7f601d4b (patch) | |
| tree | 9096fef4ef19b693d8e5f9db8fee27732ad10b9f /llvm/lib/Target | |
| parent | ef96986a1f8f47a67937c56564524e20e3903946 (diff) | |
| download | bcm5719-llvm-4e319ca894be92e484ca1f9bbe44c12a7f601d4b.tar.gz bcm5719-llvm-4e319ca894be92e484ca1f9bbe44c12a7f601d4b.zip | |
Basic: make the nan family pure
The nan family of math routines do not rely on global state. They do
however depend on their parameter. This fits the description of pure:
Functions which have no effects except the return value and their
return value depends only on the parameters and/or global variables.
Mark the family as `readonly`.
llvm-svn: 315968
Diffstat (limited to 'llvm/lib/Target')
0 files changed, 0 insertions, 0 deletions

