[llvm] r250026 - Test commit
Zlatko Buljan via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 12 04:19:40 PDT 2015
Author: zbuljan
Date: Mon Oct 12 06:19:40 2015
New Revision: 250026
URL: http://llvm.org/viewvc/llvm-project?rev=250026&view=rev
Log:
Test commit
Modified:
llvm/trunk/lib/Target/Mips/MicroMips32r6InstrInfo.td
Modified: llvm/trunk/lib/Target/Mips/MicroMips32r6InstrInfo.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Mips/MicroMips32r6InstrInfo.td?rev=250026&r1=250025&r2=250026&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Mips/MicroMips32r6InstrInfo.td (original)
+++ llvm/trunk/lib/Target/Mips/MicroMips32r6InstrInfo.td Mon Oct 12 06:19:40 2015
@@ -931,7 +931,6 @@ def LLE_MMR6 : StdMMR6Rel, LLE_MMR6_DESC
def LWE_MMR6 : StdMMR6Rel, LWE_MMR6_DESC, LWE_MMR6_ENC, ISA_MICROMIPS32R6;
def LW_MMR6 : StdMMR6Rel, LW_MMR6_DESC, LW_MMR6_ENC, ISA_MICROMIPS32R6;
def LUI_MMR6 : R6MMR6Rel, LUI_MMR6_DESC, LUI_MMR6_ENC, ISA_MICROMIPS32R6;
-
def ADDU16_MMR6 : StdMMR6Rel, ADDU16_MMR6_DESC, ADDU16_MMR6_ENC,
ISA_MICROMIPS32R6;
def AND16_MMR6 : StdMMR6Rel, AND16_MMR6_DESC, AND16_MMR6_ENC,
More information about the llvm-commits
mailing list