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

Reid Spencer reid at x10sys.com
Sat May 14 13:04:59 PDT 2005



Changes in directory llvm/include/llvm/Config:

config.h.in updated: 1.47 -> 1.48
---
Log message:

Forgot to commit this earlier. Its part of the simplify-libcalls 
enhancement for ffs, ffsl, and ffsll optimizations. We can't do the opt
unless we also have the at least ffsll function. Notably SVR4 doesn't.


---
Diffs of the changes:  (+3 -0)

 config.h.in |    3 +++
 1 files changed, 3 insertions(+)


Index: llvm/include/llvm/Config/config.h.in
diff -u llvm/include/llvm/Config/config.h.in:1.47 llvm/include/llvm/Config/config.h.in:1.48
--- llvm/include/llvm/Config/config.h.in:1.47	Sat Jan 15 20:58:39 2005
+++ llvm/include/llvm/Config/config.h.in	Sat May 14 15:04:19 2005
@@ -91,6 +91,9 @@
 /* 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