diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-07-02 01:30:04 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-07-02 01:30:04 +0000 |
commit | 31926a78e345c53d36df5e1380a69878fbfb2612 (patch) | |
tree | f7f2ab1d233840b47a8fd2938645f6477de6d57b /lib/Target | |
parent | c4b0b400b0546aab03be16b8fe1dd27e2fbb041c (diff) | |
download | external_llvm-31926a78e345c53d36df5e1380a69878fbfb2612.zip external_llvm-31926a78e345c53d36df5e1380a69878fbfb2612.tar.gz external_llvm-31926a78e345c53d36df5e1380a69878fbfb2612.tar.bz2 |
80 col violation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74683 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target')
-rw-r--r-- | lib/Target/ARM/ARMInstrInfo.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMInstrInfo.td b/lib/Target/ARM/ARMInstrInfo.td index 3800121..496fdc4 100644 --- a/lib/Target/ARM/ARMInstrInfo.td +++ b/lib/Target/ARM/ARMInstrInfo.td @@ -751,7 +751,7 @@ def LDRSB_PRE : AI3ldsbpr<(outs GPR:$dst, GPR:$base_wb), def LDRSB_POST: AI3ldsbpo<(outs GPR:$dst, GPR:$base_wb), (ins GPR:$base,am3offset:$offset), LdMiscFrm, - "ldr", "sb $dst, [$base], $offset", "$base = $base_wb", []>; + "ldr", "sb $dst, [$base], $offset", "$base = $base_wb", []>; } // Store |