Don't look for __builtin_ffs, we'll never see it from llvm-gcc and there's
authorReid Spencer <rspencer@reidspencer.com>
Sun, 15 May 2005 21:27:34 +0000 (21:27 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 15 May 2005 21:27:34 +0000 (21:27 +0000)
commitc3f6abdd8573d1b6ff1b5fe2b8ce8dad49b3b801
treeb6ac29da624b6c1b210450c2901072938d0fa90a
parent9b1749b1f49453c91395c753c27f60cadb23bb76
Don't look for __builtin_ffs, we'll never see it from llvm-gcc and there's
not reason to include it for other front ends.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22070 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/SimplifyLibCalls.cpp