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

Unified Diff: gcc/gcc/sel-sched.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/reload1.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/sel-sched.c
diff --git a/gcc/gcc/sel-sched.c b/gcc/gcc/sel-sched.c
index bbe7efcec05fe70ccd31d07bd033488a0d7ad369..a75ed04fe1db1ded3c73fa723dae29b8e2c005cb 100644
--- a/gcc/gcc/sel-sched.c
+++ b/gcc/gcc/sel-sched.c
@@ -1027,13 +1027,9 @@ get_reg_class (rtx insn)
int alt, i, n_ops;
extract_insn (insn);
- if (insn_is_nacl_lea(insn))
- NACL_LEA_MATCH_ADDRESS_OPERAND++;
if (! constrain_operands (1))
fatal_insn_not_found (insn);
preprocess_constraints ();
- if (insn_is_nacl_lea(insn))
- NACL_LEA_MATCH_ADDRESS_OPERAND--;
alt = which_alternative;
n_ops = recog_data.n_operands;
« no previous file with comments | « gcc/gcc/reload1.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698