[llvm-commits] [llvm] r48108 - /llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
Duncan Sands
baldrick at free.fr
Sun Mar 9 03:07:26 PDT 2008
Hi Chris,
> + return getCopyFromParts(DAG, &Parts[0], NumParts, RegVT, ValueVT,
> + ISD::DELETED_NODE);
there's no point in passing ISD::DELETED_NODE here since it is the default.
Ciao,
D.
More information about the llvm-commits
mailing list