Commit 0b0ee36c by Jim Wilson

(cse_process_notes): Handle SUBREG like ZERO_EXTEND.

From-SVN: r11864
parent a7095f97
......@@ -7697,6 +7697,7 @@ cse_process_notes (x, object)
case SIGN_EXTEND:
case ZERO_EXTEND:
case SUBREG:
{
rtx new = cse_process_notes (XEXP (x, 0), object);
/* We don't substitute VOIDmode constants into these rtx,
......
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