Commit 53c0919d by Richard Henderson Committed by Richard Henderson

* haifa-sched.c (print_exp): Fix typo.

From-SVN: r19643
parent 23d297ab
Sat May 9 01:53:23 1998 Richard Henderson <rth@cygnus.com>
* haifa-sched.c (print_exp): Fix typo.
Fri May 8 21:48:50 PDT 1998 Jeff Law (law@cygnus.com)
* version.c: Bump for snapshot.
......
......@@ -5939,8 +5939,8 @@ print_exp (buf, x, verbose)
}
break;
default:
/* if (verbose) debug_rtx (x); */
st[0] = GET_RTX_NAME (x);
/* if (verbose) debug_rtx (x); */
st[0] = GET_RTX_NAME (GET_CODE (x));
break;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment