diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2005-05-15 22:15:11 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2005-05-15 22:15:11 +0000 |
commit | b9a5d6861bc2bf326a6c3ba03c742e298242bb91 (patch) | |
tree | 323dd2ec03fbb0d6d958d1073676f31d117ca143 /autoconf | |
parent | 50ceadfa340feb29afc0ad622bb3f220967c19c8 (diff) | |
download | external_llvm-b9a5d6861bc2bf326a6c3ba03c742e298242bb91.zip external_llvm-b9a5d6861bc2bf326a6c3ba03c742e298242bb91.tar.gz external_llvm-b9a5d6861bc2bf326a6c3ba03c742e298242bb91.tar.bz2 |
Remove the check for the ffsll function. Its no longer needed by the
simplify-libcalls pass (pass now computes it without a call to ffsll).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22074 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r-- | autoconf/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index becdb14..3bd7496 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -484,7 +484,7 @@ dnl=== SECTION 8: Check for specific functions needed dnl=== dnl===-----------------------------------------------------------------------=== -AC_CHECK_FUNCS([backtrace ffsll getcwd getpagesize getrusage gettimeofday ]) +AC_CHECK_FUNCS([backtrace getcwd getpagesize getrusage gettimeofday ]) AC_CHECK_FUNCS([isatty mkdtemp mkstemp mktemp ]) AC_CHECK_FUNCS([realpath sbrk setrlimit strdup strerror strerror_r ]) AC_CHECK_FUNCS([strtoll strtoq sysconf]) |