diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2015-10-06 22:03:22 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2015-10-06 22:03:22 +0000 |
commit | 1607bb38b61a889128c014f1e51cf4465512aa04 (patch) | |
tree | 301b0e1be4a74427733c5021f0e3b68201a0d9ad /llvm/lib/CodeGen/MachineCombiner.cpp | |
parent | 4b81795c2a6cd1ef4466167821ce287826ac6eae (diff) | |
download | bcm5719-llvm-1607bb38b61a889128c014f1e51cf4465512aa04.tar.gz bcm5719-llvm-1607bb38b61a889128c014f1e51cf4465512aa04.zip |
Remove unnecessary inline functions capturing the contents of C library macros.
The C standard requires that these be provided as functions even if they're
also provided as macros, and a strict reading of the C++ standard library rules
suggests that (for instance) &::isdigit == &::std::isdigit, so these wrappers
are technically non-conforming.
llvm-svn: 249475
Diffstat (limited to 'llvm/lib/CodeGen/MachineCombiner.cpp')
0 files changed, 0 insertions, 0 deletions