Fix function alignment at -Os on x86 to be 1, not 2. getFunctionAlignment
authorDan Gohman <gohman@apple.com>
Tue, 18 Aug 2009 00:20:06 +0000 (00:20 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 18 Aug 2009 00:20:06 +0000 (00:20 +0000)
commit25103a2617259e23c4736f0114cfd9a416dcbbf1
tree1240e07d9671d1a199cc3e74a29c12991ffcde6e
parent5cfd4ddece1b73a719830ae84eb74d491f87b9d5
Fix function alignment at -Os on x86 to be 1, not 2. getFunctionAlignment
returns a log2 value.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79293 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp