Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: gcc/gcc/reload.c

Issue 2825071: [gcc] Remove few changes from machine-independent part. (Closed) Base URL: ssh://git@chromiumos-git/nacl-toolchain.git
Patch Set: rebased Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gcc/explow.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/reload.c
diff --git a/gcc/gcc/reload.c b/gcc/gcc/reload.c
index 673dca97159425fbd61777418cf3bb24755acb40..d188233e5049cbda8a23a31583036eb68a633332 100644
--- a/gcc/gcc/reload.c
+++ b/gcc/gcc/reload.c
@@ -4692,9 +4692,6 @@ find_reloads_toplev (rtx x, int opnum, enum reload_type type,
&& reg_equiv_constant[regno] != 0)
{
tem =
- GET_MODE (x) == GET_MODE(reg_equiv_constant[regno]) ?
- reg_equiv_constant[regno]
- :
simplify_gen_subreg (GET_MODE (x), reg_equiv_constant[regno],
GET_MODE (SUBREG_REG (x)), SUBREG_BYTE (x));
gcc_assert (tem);
« no previous file with comments | « gcc/gcc/explow.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698