mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-13 08:26:02 +00:00
Forgot to commit this earlier. Its part of the simplify-libcalls
enhancement for ffs, ffsl, and ffsll optimizations. We can't do the opt unless we also have the at least ffsll function. Notably SVR4 doesn't. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22033 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -91,6 +91,9 @@
|
|||||||
/* Define to 1 if you have the <fcntl.h> header file. */
|
/* Define to 1 if you have the <fcntl.h> header file. */
|
||||||
#undef HAVE_FCNTL_H
|
#undef HAVE_FCNTL_H
|
||||||
|
|
||||||
|
/* Define to 1 if you have the `ffsll' function. */
|
||||||
|
#undef HAVE_FFSLL
|
||||||
|
|
||||||
/* Set to 1 if the finite function is found in <ieeefp.h> */
|
/* Set to 1 if the finite function is found in <ieeefp.h> */
|
||||||
#undef HAVE_FINITE_IN_IEEEFP_H
|
#undef HAVE_FINITE_IN_IEEEFP_H
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user