80 columns.
authorJim Grosbach <grosbach@apple.com>
Thu, 18 Aug 2011 16:50:45 +0000 (16:50 +0000)
committerJim Grosbach <grosbach@apple.com>
Thu, 18 Aug 2011 16:50:45 +0000 (16:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137946 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMInstrThumb.td

index a0a94a71ecca060a63a1a932c4ebbef4f741b79f..6a9b04f9315abac649a9b85323bc6f7cf93037ee 100644 (file)
@@ -392,7 +392,7 @@ let isCall = 1,
 
   // ARMv5T and above, also used for Thumb2
   def tBLXi : TIx2<0b11110, 0b11, 0,
-                   (outs), (ins pred:$p, t_blxtarget:$func, variable_ops), IIC_Br,
+                 (outs), (ins pred:$p, t_blxtarget:$func, variable_ops), IIC_Br,
                    "blx${p}\t$func",
                    [(ARMcall tglobaladdr:$func)]>,
               Requires<[IsThumb, HasV5T, IsNotDarwin]> {