Refactor X86SelectConstAddr, folding it into X86SelectAddress. This
[oota-llvm.git] / lib / CodeGen / SelectionDAG / ScheduleDAGFast.cpp
2008-09-18 Dan GohmanAdd a new "fast" scheduler. This is currently basically...