mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-04 21:30:49 +00:00
Fix comment to match function name.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68050 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6d9a2df4ec
commit
d83712ad67
@ -131,7 +131,7 @@ namespace ARM_AM {
|
|||||||
static inline unsigned getSOImmValImm(unsigned Imm) {
|
static inline unsigned getSOImmValImm(unsigned Imm) {
|
||||||
return Imm & 0xFF;
|
return Imm & 0xFF;
|
||||||
}
|
}
|
||||||
/// getSOImmValRotate - Given an encoded imm field for the reg/imm form, return
|
/// getSOImmValRot - Given an encoded imm field for the reg/imm form, return
|
||||||
/// the rotate amount.
|
/// the rotate amount.
|
||||||
static inline unsigned getSOImmValRot(unsigned Imm) {
|
static inline unsigned getSOImmValRot(unsigned Imm) {
|
||||||
return (Imm >> 8) * 2;
|
return (Imm >> 8) * 2;
|
||||||
|
Loading…
Reference in New Issue
Block a user