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 | b04191ff93c1c090f34f06a3a37b8837135d0eb7 (patch) | |
tree | f7f2ab1d233840b47a8fd2938645f6477de6d57b /lib | |
parent | 763a26f51c7d0ba8ab5a55a7a8006f4b036f94e8 (diff) | |
download | external_llvm-b04191ff93c1c090f34f06a3a37b8837135d0eb7.zip external_llvm-b04191ff93c1c090f34f06a3a37b8837135d0eb7.tar.gz external_llvm-b04191ff93c1c090f34f06a3a37b8837135d0eb7.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')
-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 |