[llvm-commits] CVS: llvm/include/llvm/Config/config.h.in

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



Changes in directory llvm/include/llvm/Config:

config.h.in updated: 1.48 -> 1.49
---
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:  (+0 -3)

 config.h.in |    3 ---
 1 files changed, 3 deletions(-)


Index: llvm/include/llvm/Config/config.h.in
diff -u llvm/include/llvm/Config/config.h.in:1.48 llvm/include/llvm/Config/config.h.in:1.49
--- llvm/include/llvm/Config/config.h.in:1.48	Sat May 14 15:04:19 2005
+++ llvm/include/llvm/Config/config.h.in	Sun May 15 17:15:11 2005
@@ -91,9 +91,6 @@
 /* Define to 1 if you have the <fcntl.h> header file. */
 #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> */
 #undef HAVE_FINITE_IN_IEEEFP_H
 






More information about the llvm-commits mailing list