diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2005-05-15 22:15:11 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2005-05-15 22:15:11 +0000 |
commit | b9a5d6861bc2bf326a6c3ba03c742e298242bb91 (patch) | |
tree | 323dd2ec03fbb0d6d958d1073676f31d117ca143 /include/llvm | |
parent | 50ceadfa340feb29afc0ad622bb3f220967c19c8 (diff) |
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 'include/llvm')
-rw-r--r-- | include/llvm/Config/config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index ab9cfa2049..d382132464 100644 --- a/include/llvm/Config/config.h.in +++ b/include/llvm/Config/config.h.in @@ -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 |