Deleted Added
full compact
129a130,134
> /// getFunctionAlignment - Return the Log2 alignment of this function.
> unsigned MSP430TargetLowering::getFunctionAlignment(const Function *F) const {
> return F->hasFnAttr(Attribute::OptimizeForSize) ? 1 : 4;
> }
>