From: Daniel Sanders Date: Tue, 24 Sep 2013 12:45:36 +0000 (+0000) Subject: [mips][msa] Line wrapping. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=930f2b51084c6dac1238b8b0f8dd11f40f619694;p=oota-llvm.git [mips][msa] Line wrapping. No functional change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191295 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Mips/MipsMSAInstrInfo.td b/lib/Target/Mips/MipsMSAInstrInfo.td index a4c9cb1f1f4..d0dbb152112 100644 --- a/lib/Target/Mips/MipsMSAInstrInfo.td +++ b/lib/Target/Mips/MipsMSAInstrInfo.td @@ -1764,8 +1764,8 @@ class INSVE_W_DESC : MSA_INSVE_DESC_BASE<"insve.w", int_mips_insve_w, MSA128W>; class INSVE_D_DESC : MSA_INSVE_DESC_BASE<"insve.d", int_mips_insve_d, MSA128D>; class LD_DESC_BASE { dag OutOperandList = (outs RCWD:$wd); dag InOperandList = (ins MemOpnd:$addr); @@ -2059,8 +2059,8 @@ class SRLRI_W_DESC : MSA_BIT_W_DESC_BASE<"srlri.w", int_mips_srlri_w, MSA128W>; class SRLRI_D_DESC : MSA_BIT_D_DESC_BASE<"srlri.d", int_mips_srlri_d, MSA128D>; class ST_DESC_BASE { dag OutOperandList = (outs); dag InOperandList = (ins RCWD:$wd, MemOpnd:$addr);