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

Unified Diff: gcc/gcc/gensupport.c

Issue 2873014: [gcc] Use new constraint for LEA address operands. (Closed) Base URL: ssh://git@chromiumos-git/nacl-toolchain.git
Patch Set: Fixes for code review. 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/config/i386/predicates.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/gensupport.c
diff --git a/gcc/gcc/gensupport.c b/gcc/gcc/gensupport.c
index c11e4dd1233bdd13a575454efbd648860a32c0e8..0851596585bd47e35ce360e5d8904b4e28644a7d 100644
--- a/gcc/gcc/gensupport.c
+++ b/gcc/gcc/gensupport.c
@@ -1355,7 +1355,6 @@ struct std_pred_table
static const struct std_pred_table std_preds[] = {
{"general_operand", false, true, {SUBREG, REG, MEM}},
{"address_operand", true, true, {SUBREG, REG, MEM, PLUS, MINUS, MULT}},
- {"lea_match_address_operand", true, true, {SUBREG, REG, MEM, PLUS, MINUS, MULT}},
{"register_operand", false, false, {SUBREG, REG}},
{"pmode_register_operand", true, false, {SUBREG, REG}},
{"scratch_operand", false, false, {SCRATCH, REG}},
« no previous file with comments | « gcc/gcc/config/i386/predicates.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698