commit | 33fa89c6fbedd16efa707470a7b1880ab702ab71 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Fri Sep 12 22:01:15 2008 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Fri Sep 12 22:01:15 2008 +0000 |
tree | 6601f5d570876fb6c8da12fa4b25b761d1a9a5bc | |
parent | 7e99a94c18424f0b99dd873198bfa95911397fe0 [diff] [blame] |
Rewrite address mode 1 code emission routines. llvm-svn: 56171
diff --git a/llvm/lib/Target/ARM/ARMInstrInfo.h b/llvm/lib/Target/ARM/ARMInstrInfo.h index 8152283..0b27bfb 100644 --- a/llvm/lib/Target/ARM/ARMInstrInfo.h +++ b/llvm/lib/Target/ARM/ARMInstrInfo.h
@@ -114,6 +114,7 @@ // Field shifts - such shifts are used to set field while generating // machine instructions. + RotImmShift = 8, RegRsShift = 8, RegRdShift = 12, RegRnShift = 16,