[NFC] Test commit: add full stop at end of comment
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>
Tue, 16 Jul 2019 09:15:01 +0000 (09:15 +0000)
committerKyrylo Tkachov <kyrylo.tkachov@arm.com>
Tue, 16 Jul 2019 09:15:01 +0000 (09:15 +0000)
llvm-svn: 366195

llvm/lib/Target/ARM/ARMInstrVFP.td

index 93c27e4..a0dd25d 100644 (file)
@@ -857,7 +857,7 @@ multiclass vcvt_inst<string opc, bits<2> rm,
 
       let Inst{17-16} = rm;
 
-      // Encode instruction operands
+      // Encode instruction operands.
       let Inst{3-0} = Dm{3-0};
       let Inst{5}   = Dm{4};
       let Inst{8} = 1;