[llvm-commits] [llvm] r43165 - in /llvm/trunk: include/llvm/Target/TargetLowering.h lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
Duncan Sands
baldrick at free.fr
Fri Oct 19 01:24:31 PDT 2007
Hi Chris,
> + /// ExpandOperation - This callback is invoked for operations that are
> + /// unsupported by the target, which are registered to use 'custom' lowering,
> + /// and whose result type needs to be expanded.
how about calling this ExpandOperationResult or CustomExpandResult or something
like that?
Ciao,
Duncan.
More information about the llvm-commits
mailing list