>
> Implemented correct stack probing on mingw/cygwin for dynamic  
> alloca's.
> Also, fixed static case in presence of eax livin. This fixes PR331:  
> http://llvm.org/PR331

Cool :)

>
> +SDOperand X86TargetLowering::LowerDYNAMIC_STACKALLOC(SDOperand Op,
> +                                                     SelectionDAG  
> &DAG) {

Please add a comment above this that explains why this lowering is  
needed.  Also, please assert that the subtarget isCygMing() on entry,  
to make it obvious to the reader that this is cygwin-specific
lowering code.

Thanks Anton!

-Chris



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to