From a799fe40dcb45f9f67a02538b64a5a01f4c7ace2 Mon Sep 17 00:00:00 2001 From: David Spickett Date: Fri, 28 Sep 2018 08:45:28 +0000 Subject: Remove extra whitespace. NFC. (test commit) llvm-svn: 343301 --- llvm/lib/Target/AArch64/SVEInstrFormats.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Target') diff --git a/llvm/lib/Target/AArch64/SVEInstrFormats.td b/llvm/lib/Target/AArch64/SVEInstrFormats.td index 7a8dd8bc5ae..23a65b345ba 100644 --- a/llvm/lib/Target/AArch64/SVEInstrFormats.td +++ b/llvm/lib/Target/AArch64/SVEInstrFormats.td @@ -1535,7 +1535,7 @@ multiclass sve_fp_2op_p_zd_HSD 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 //===----------------------------------------------------------------------===// -- cgit v1.2.3