[llvm-commits] [llvm] r57786 -	/llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
    Duncan Sands 
    baldrick at free.fr
       
    Sun Oct 19 20:02:53 PDT 2008
    
    
  
Hi Bill,
> @@ -4208,6 +4218,7 @@
>    if (NumOps > N->NumOperands) {
>      if (N->OperandsNeedDelete)
>        delete[] N->OperandList;
> +
>      if (N->isMachineOpcode()) {
>        // We're creating a final node that will live unmorphed for the
>        // remainder of the current SelectionDAG iteration, so we can allocate
is it needed here too?
Ciao,
Duncan.
    
    
More information about the llvm-commits
mailing list