projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d9a2df
)
Fix comment to match function name.
author
Bob Wilson
<bob.wilson@apple.com>
Mon, 30 Mar 2009 18:49:37 +0000
(18:49 +0000)
committer
Bob Wilson
<bob.wilson@apple.com>
Mon, 30 Mar 2009 18:49:37 +0000
(18:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68050
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/ARMAddressingModes.h
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMAddressingModes.h
b/lib/Target/ARM/ARMAddressingModes.h
index 2378485cd4a0a95e46fa0ecaa2a01c6b04eb078c..6d9b9ee880006e46fa8c2fd308b790b3aaeb9a68 100644
(file)
--- a/
lib/Target/ARM/ARMAddressingModes.h
+++ b/
lib/Target/ARM/ARMAddressingModes.h
@@
-131,7
+131,7
@@
namespace ARM_AM {
static inline unsigned getSOImmValImm(unsigned Imm) {
return Imm & 0xFF;
}
- /// getSOImmValRot
ate
- 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;