Commit 9d84172d by Doug Evans

(safe_insn_src_p): Remove LSHIFT.

(single_insn_src_p): Likewise.

From-SVN: r7095
parent c0e4a007
......@@ -99,7 +99,6 @@ safe_insn_src_p (op, mode)
case AND:
case IOR:
case XOR:
case LSHIFT:
case ASHIFT:
case ASHIFTRT:
case LSHIFTRT:
......@@ -326,7 +325,6 @@ single_insn_src_p (op, mode)
|| INTVAL (XEXP (op, 1)) & 0xffff == 0)))
return 0;
case LSHIFT:
case ASHIFT:
case ASHIFTRT:
case LSHIFTRT:
......
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