Fix a thinko. MO is getOperand(i-1) so we don't have to adjust e.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 20 Nov 2008 02:25:51 +0000 (02:25 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 20 Nov 2008 02:25:51 +0000 (02:25 +0000)
commit97c573d5de4f729f9b3a5db59c6daa3a6fc7efe4
treef5e0a11891a63bb63e887216a9bc918a4d7a67e1
parent40362067de30a493951e084ba59d9b4fb1654a20
Fix a thinko. MO is getOperand(i-1) so we don't have to adjust e.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59696 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMCodeEmitter.cpp