gas/
authorRichard Sandiford <rdsandiford@googlemail.com>
Sat, 30 Jul 2011 06:28:22 +0000 (06:28 +0000)
committerRichard Sandiford <rdsandiford@googlemail.com>
Sat, 30 Jul 2011 06:28:22 +0000 (06:28 +0000)
* config/tc-mips.c (nops_for_vr4130): Revert previous commit.

gas/ChangeLog
gas/config/tc-mips.c

index 25e0b6254de05318523cfb6b9c12edf248b4c061..86886436b704440070de2af8da8dc310b91b9464 100644 (file)
@@ -1,3 +1,7 @@
+2011-07-30  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * config/tc-mips.c (nops_for_vr4130): Revert previous commit.
+
 2011-07-29  Maciej W. Rozycki  <macro@codesourcery.com>
 
        * config/tc-mips.c: Adjust comments throughout.
index 8f57985b4646cb15dbd92332f0e5f6dae734a01e..66f0f467c98f2bc9d83fa7e2b7ae9280e0bf0ae9 100644 (file)
@@ -3275,7 +3275,6 @@ nops_for_vr4130 (int ignore, const struct mips_cl_insn *hist,
     if (MF_HILO_INSN (hist[i].insn_mo->pinfo))
       {
        /* Extract the destination register.  */
-       gas_assert (!mips_opts.micromips);
        mask = gpr_write_mask (&hist[i]);
 
        /* No nops are needed if INSN reads that register.  */