Remove extra whitespace. NFC. (test commit)

llvm-svn: 343301
This commit is contained in:
David Spickett 2018-09-28 08:45:28 +00:00
parent 5f34e9e265
commit a799fe40dc
1 changed files with 1 additions and 1 deletions

View 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
//===----------------------------------------------------------------------===//