returns a log2 value.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79293
91177308-0d34-0410-b5e6-
96231b3b80d8
/// getFunctionAlignment - Return the Log2 alignment of this function.
unsigned X86TargetLowering::getFunctionAlignment(const Function *F) const {
- return F->hasFnAttr(Attribute::OptimizeForSize) ? 1 : 4;
+ return F->hasFnAttr(Attribute::OptimizeForSize) ? 0 : 4;
}
//===----------------------------------------------------------------------===//