[llvm-commits] CVS: llvm/configure

Reid Spencer reid at x10sys.com
Sun May 15 15:15:23 PDT 2005



Changes in directory llvm:

configure updated: 1.184 -> 1.185
---
Log message:

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).


---
Diffs of the changes:  (+1 -2)

 configure |    3 +--
 1 files changed, 1 insertion(+), 2 deletions(-)


Index: llvm/configure
diff -u llvm/configure:1.184 llvm/configure:1.185
--- llvm/configure:1.184	Sat May 14 11:42:52 2005
+++ llvm/configure	Sun May 15 17:15:11 2005
@@ -27226,8 +27226,7 @@
 
 
 
-
-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






More information about the llvm-commits mailing list