Commit 2ec43107 by Ian Lance Taylor

Don't assume a SUBREG can not conflict with a MEM

From-SVN: r13970
parent 27a36778
...@@ -7663,7 +7663,6 @@ reload_cse_mem_conflict_p (mem_base, mem_offset, mem_mode, val) ...@@ -7663,7 +7663,6 @@ reload_cse_mem_conflict_p (mem_base, mem_offset, mem_mode, val)
{ {
/* Get rid of a few simple cases quickly. */ /* Get rid of a few simple cases quickly. */
case REG: case REG:
case SUBREG:
case PC: case PC:
case CC0: case CC0:
case SCRATCH: case SCRATCH:
......
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