diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-06-27 16:12:22 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-06-27 16:12:22 +0000 |
commit | 0b916ef7a6818bc8ef9fa6a5e960699b2db872af (patch) | |
tree | 3755bc9be5f79f9e645d8dbf6cd7608c2083fd56 /gas/config/tc-mips.c | |
parent | e3c0e00bb155377b845c4b1470eba36a206fe908 (diff) | |
download | gdb-0b916ef7a6818bc8ef9fa6a5e960699b2db872af.zip gdb-0b916ef7a6818bc8ef9fa6a5e960699b2db872af.tar.gz gdb-0b916ef7a6818bc8ef9fa6a5e960699b2db872af.tar.bz2 |
remove debugging code
Diffstat (limited to 'gas/config/tc-mips.c')
-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 1f7f951..be81790 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -1442,7 +1442,6 @@ append_insn (place, ip, address_expr, reloc_type, unmatched_hi) } else if (pinfo & INSN_COND_BRANCH_LIKELY) { -printf("DBG: append_insn: inserting a NOP (INSN_COND_BRANCH_LIKELY)\n"); /* We don't yet optimize a branch likely. What we should do is look at the target, copy the instruction found there into the delay slot, and increment the branch to jump to |