Fix comment to match function name.

llvm-svn: 68050
This commit is contained in:
Bob Wilson 2009-03-30 18:49:37 +00:00
parent 248fd2bc24
commit 57178e8822
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ namespace ARM_AM {
static inline unsigned getSOImmValImm(unsigned Imm) {
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.
static inline unsigned getSOImmValRot(unsigned Imm) {
return (Imm >> 8) * 2;