OSDN Git Service

Remove extra whitespace. NFC. (test commit)
authorDavid Spickett <david.spickett@arm.com>
Fri, 28 Sep 2018 08:45:28 +0000 (08:45 +0000)
committerDavid Spickett <david.spickett@arm.com>
Fri, 28 Sep 2018 08:45:28 +0000 (08:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@343301 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/AArch64/SVEInstrFormats.td

index 7a8dd8b..23a65b3 100644 (file)
@@ -1535,7 +1535,7 @@ multiclass sve_fp_2op_p_zd_HSD<bits<5> opc, string asm> {
   def _S : sve_fp_2op_p_zd<{ 0b10, opc }, asm, ZPR32, ZPR32, ElementSizeS>;
   def _D : sve_fp_2op_p_zd<{ 0b11, opc }, asm, ZPR64, ZPR64, ElementSizeD>;
 }
+
 //===----------------------------------------------------------------------===//
 // SVE Floating Point Unary Operations - Unpredicated Group
 //===----------------------------------------------------------------------===//