diff options
author | Reid Kleckner <rnk@google.com> | 2019-04-04 21:47:15 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2019-04-04 21:47:15 +0000 |
commit | 6af8e1e64cfbf3d2f21b057225dcd0ea221c34ea (patch) | |
tree | 31e601b347b904eb817a815754934ffa3cbceeb5 /llvm/lib/CodeGen/MachineCombiner.cpp | |
parent | 13dace5d5d653ccc305d6547ba08efee6f673f22 (diff) | |
download | llvm-6af8e1e64cfbf3d2f21b057225dcd0ea221c34ea.zip llvm-6af8e1e64cfbf3d2f21b057225dcd0ea221c34ea.tar.gz llvm-6af8e1e64cfbf3d2f21b057225dcd0ea221c34ea.tar.bz2 |
Remove unneeded ymath.h include from int_math.h
This avoids a conflict between stdbool.h, which defines bool to _Bool in
xkeycheck.h. From what I can tell, ymath.h is an internal header, and
the intention is that users should include math.h directly instead. It
doesn't appear to provide declarations of anything required for our
builtins. This include was added back in r249513 from 2015, and it's
possible that ymath.h provided something this code needed at the time,
but today it does not.
llvm-svn: 357728
Diffstat (limited to 'llvm/lib/CodeGen/MachineCombiner.cpp')
0 files changed, 0 insertions, 0 deletions