[llvm-commits] [llvm] r138818 - in /llvm/trunk/lib/Target/X86: X86ISelLowering.cpp X86ISelLowering.h
    Eric Christopher 
    echristo at apple.com
       
    Tue Aug 30 13:31:48 PDT 2011
    
    
  
On Aug 30, 2011, at 12:47 PM, Rafael Espindola wrote:
>                      (Subtarget->is64Bit() ? MVT::i64 : MVT::i32),
> -                     (Subtarget->isTargetCOFF()
> -                      && !Subtarget->isTargetEnvMacho()
> +                     ((Subtarget->isTargetCOFF()
> +                       && !Subtarget->isTargetEnvMacho()) ||
> +                      EnableSegmentedStacks
>                       ? Custom : Expand));
This set of conditionals needs to be taken out into a field and shot in the head.
-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110830/90aa3ea3/attachment.html>
    
    
More information about the llvm-commits
mailing list