diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2011-07-30 06:28:22 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2011-07-30 06:28:22 +0000 |
commit | c31091993608bc55e9370edecb64f27c4c0ca06e (patch) | |
tree | 6385d8f7c7e62846c8debd568d9317a83186956d /gas/config | |
parent | 5db376f55d64f1f7483cff808723dbe11fa8247f (diff) | |
download | gdb-c31091993608bc55e9370edecb64f27c4c0ca06e.zip gdb-c31091993608bc55e9370edecb64f27c4c0ca06e.tar.gz gdb-c31091993608bc55e9370edecb64f27c4c0ca06e.tar.bz2 |
gas/
* config/tc-mips.c (nops_for_vr4130): Revert previous commit.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-mips.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index 8f57985..66f0f46 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -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. */ |