summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2005-05-15 22:15:11 +0000
committerReid Spencer <rspencer@reidspencer.com>2005-05-15 22:15:11 +0000
commitb9a5d6861bc2bf326a6c3ba03c742e298242bb91 (patch)
tree323dd2ec03fbb0d6d958d1073676f31d117ca143 /configure
parent50ceadfa340feb29afc0ad622bb3f220967c19c8 (diff)
downloadllvm-b9a5d6861bc2bf326a6c3ba03c742e298242bb91.tar.gz
llvm-b9a5d6861bc2bf326a6c3ba03c742e298242bb91.tar.bz2
llvm-b9a5d6861bc2bf326a6c3ba03c742e298242bb91.tar.xz
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 'configure')
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
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