> > +SDOperand DAGTypeLegalizer::PromoteResult_TRUNCATE(SDNode *N) {
> > +  MVT::ValueType NVT = TLI.getTypeToTransformTo(N->getValueType(0));
> > +  switch (getTypeAction(N->getOperand(0).getValueType())) {
> 
> Presumably this switch is redundant, because it must be Promote,
> and you just didn't get around to cleaning it up yet?

Please ignore this, I understand how it works now.

Ciao,

Duncan.
_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to