Fix a tab. Thanks to Johnny Chen for pointing it out.
authorBob Wilson <bob.wilson@apple.com>
Tue, 13 Oct 2009 15:27:23 +0000 (15:27 +0000)
committerBob Wilson <bob.wilson@apple.com>
Tue, 13 Oct 2009 15:27:23 +0000 (15:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83973 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMInstrInfo.td

index 580ead8ec0b386ba3b27f7aec68c0539bb101332..3f1339df19787295a6e2112295b7e6744eabbde3 100644 (file)
@@ -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",