diff options
author | Bob Wilson <bob.wilson@apple.com> | 2009-10-13 15:27:23 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2009-10-13 15:27:23 +0000 |
commit | a7fcb9b840775a8b45b63d597b88f8f05b12b962 (patch) | |
tree | abe4dd2cdc5b0760adc98c47c495b7c94a5adb6a /lib/Target/ARM | |
parent | 3653e1baae66c808d13105b3215aa91dd0036695 (diff) | |
download | external_llvm-a7fcb9b840775a8b45b63d597b88f8f05b12b962.zip external_llvm-a7fcb9b840775a8b45b63d597b88f8f05b12b962.tar.gz external_llvm-a7fcb9b840775a8b45b63d597b88f8f05b12b962.tar.bz2 |
Fix a tab. Thanks to Johnny Chen for pointing it out.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83973 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM')
-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 580ead8..3f1339d 100644 --- a/lib/Target/ARM/ARMInstrInfo.td +++ b/lib/Target/ARM/ARMInstrInfo.td @@ -397,7 +397,7 @@ multiclass AI1_bin_s_irs<bits<4> opcod, string opc, PatFrag opnode, IIC_iALUr, opc, "s $dst, $a, $b", [(set GPR:$dst, (opnode GPR:$a, GPR:$b))]> { let isCommutable = Commutable; - let Inst{25} = 0; + let Inst{25} = 0; } def rs : AI1<opcod, (outs GPR:$dst), (ins GPR:$a, so_reg:$b), DPSoRegFrm, IIC_iALUsr, opc, "s $dst, $a, $b", |