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

Unified Diff: gcc/gcc/genattrtab.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/final.c ('k') | gcc/gcc/ira.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/genattrtab.c
diff --git a/gcc/gcc/genattrtab.c b/gcc/gcc/genattrtab.c
index 55abd9506ccb33ecc336b3ef584878b2b568007e..794a8db1bb10fa158edee56889355d844d837a53 100644
--- a/gcc/gcc/genattrtab.c
+++ b/gcc/gcc/genattrtab.c
@@ -3650,11 +3650,8 @@ write_attr_get (struct attr_desc *attr)
if (attr->name[0] == '*')
printf ("%s (rtx insn ATTRIBUTE_UNUSED)\n", &attr->name[1]);
else if (attr->is_const == 0)
- if (strcmp(attr->name, "type"))
printf ("get_attr_%s (rtx insn ATTRIBUTE_UNUSED)\n", attr->name);
else
- printf ("get_attr_type_real (rtx insn ATTRIBUTE_UNUSED)\n");
- else
{
printf ("get_attr_%s (void)\n", attr->name);
printf ("{\n");
« no previous file with comments | « gcc/gcc/final.c ('k') | gcc/gcc/ira.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698