Files
clang-p2996/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
Dan Gohman 832800aa6f Convert comparisons like (x == infinity) to (x >= infinity) on targets
where FCMP_OEQ is not legal and FCMP_OGE is, such as x86. 

llvm-svn: 82861
2009-09-26 15:24:17 +00:00

106 KiB