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

Unified Diff: gcc/gcc/reload.c

Issue 2866019: [gcc] Kill NACL_LEA_MATCH_ADDRESS_OPERAND and insn_is_nacl_lea. (Closed) Base URL: ssh://git@chromiumos-git/nacl-toolchain.git
Patch Set: prepare to commit Created 10 years, 6 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/regrename.c ('k') | gcc/gcc/reload1.c » ('j') | 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 82a9ac8d07dfcb5291facb65768e1aec5f4deaa6..673dca97159425fbd61777418cf3bb24755acb40 100644
--- a/gcc/gcc/reload.c
+++ b/gcc/gcc/reload.c
@@ -863,11 +863,7 @@ can_reload_into (rtx in, int regno, enum machine_mode mode)
if (recog_memoized (test_insn) >= 0)
{
extract_insn (test_insn);
- if (insn_is_nacl_lea(test_insn))
- NACL_LEA_MATCH_ADDRESS_OPERAND++;
r = constrain_operands (1);
- if (insn_is_nacl_lea(test_insn))
- NACL_LEA_MATCH_ADDRESS_OPERAND--;
}
recog_data = save_recog_data;
return r;
« no previous file with comments | « gcc/gcc/regrename.c ('k') | gcc/gcc/reload1.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698