(copy_and_substitute_rtx, case REG): Call gen_lowpart instead of
making an explicit SUBREG. From-SVN: r3348
This commit is contained in:
parent
3af6dfd8b4
commit
293e1467cb
@ -1952,7 +1952,7 @@ copy_rtx_and_substitute (orig, map)
|
||||
reach here, so return the register unchanged. */
|
||||
return orig;
|
||||
else if (mode != GET_MODE (map->inline_target))
|
||||
return gen_rtx (SUBREG, mode, map->inline_target, 0);
|
||||
return gen_lowpart (mode, map->inline_target);
|
||||
else
|
||||
return map->inline_target;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user