mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-29 06:30:39 +00:00
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146400 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ebebe35d1c
commit
bd1ec17caf
@ -580,7 +580,7 @@ ARMConstantIslands::CPEntry
|
||||
}
|
||||
|
||||
/// getCPELogAlign - Returns the required alignment of the constant pool entry
|
||||
/// represented by CPEMI. ALignment is measured in log2(bytes) units.
|
||||
/// represented by CPEMI. Alignment is measured in log2(bytes) units.
|
||||
unsigned ARMConstantIslands::getCPELogAlign(const MachineInstr *CPEMI) {
|
||||
assert(CPEMI && CPEMI->getOpcode() == ARM::CONSTPOOL_ENTRY);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user