[SimplifyLibCalls] Use hasFloatVersion(). NFCI.
[oota-llvm.git] / lib / Transforms / Utils / CmpInstAnalysis.cpp
2014-04-25 Craig Topper[C++] Use 'nullptr'. Transforms edition.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-17 David BlaikieRemove unreachable code. (replace with llvm_unreachable...
2011-12-17 Pete CooperRefactor code used in InstCombine::FoldAndOfICmps to...