From b9a5d6861bc2bf326a6c3ba03c742e298242bb91 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 15 May 2005 22:15:11 +0000 Subject: 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 --- configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 4948bc61c5..a5550938c6 100755 --- a/configure +++ b/configure @@ -27226,8 +27226,7 @@ fi - -for ac_func in backtrace ffsll getcwd getpagesize getrusage gettimeofday +for ac_func in backtrace getcwd getpagesize getrusage gettimeofday do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` echo "$as_me:$LINENO: checking for $ac_func" >&5 -- cgit v1.2.3