svn commit: r250820 - head/cddl/contrib/opensolaris/lib/libdtrace/common
Mark Johnston
markj at FreeBSD.org
Mon May 20 02:10:19 UTC 2013
Author: markj
Date: Mon May 20 02:10:18 2013
New Revision: 250820
URL: http://svnweb.freebsd.org/changeset/base/250820
Log:
Remove a block of code that was not intended to be part of the previous
revision.
X-MFC with: r250812
Modified:
head/cddl/contrib/opensolaris/lib/libdtrace/common/dt_cg.c
Modified: head/cddl/contrib/opensolaris/lib/libdtrace/common/dt_cg.c
==============================================================================
--- head/cddl/contrib/opensolaris/lib/libdtrace/common/dt_cg.c Mon May 20 00:33:54 2013 (r250819)
+++ head/cddl/contrib/opensolaris/lib/libdtrace/common/dt_cg.c Mon May 20 02:10:18 2013 (r250820)
@@ -1998,13 +1998,6 @@ dt_cg(dt_pcb_t *pcb, dt_node_t *dnp)
dt_cg_node(dnp, &pcb->pcb_ir, pcb->pcb_regs);
- if ((idp = dt_node_resolve(dnp, DT_IDENT_XLSOU)) != NULL) {
- int reg = dt_cg_xlate_expand(dnp, idp,
- &pcb->pcb_ir, pcb->pcb_regs);
- dt_regset_free(pcb->pcb_regs, dnp->dn_reg);
- dnp->dn_reg = reg;
- }
-
instr = DIF_INSTR_RET(dnp->dn_reg);
dt_regset_free(pcb->pcb_regs, dnp->dn_reg);
dt_irlist_append(&pcb->pcb_ir, dt_cg_node_alloc(DT_LBL_NONE, instr));
More information about the svn-src-head
mailing list