aboutsummaryrefslogtreecommitdiff
path: root/gcc/recog.h
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2013-05-18 07:58:55 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2013-05-18 07:58:55 +0000
commit8da2e0598d1df01f58740c81a39cc98cf43786d3 (patch)
tree97813e51b110d378159a5a03f74c7b5e4e693198 /gcc/recog.h
parent2df013f3cd4c36b7e309758d9210e6cab0d5d83f (diff)
downloadgcc-8da2e0598d1df01f58740c81a39cc98cf43786d3.zip
gcc-8da2e0598d1df01f58740c81a39cc98cf43786d3.tar.gz
gcc-8da2e0598d1df01f58740c81a39cc98cf43786d3.tar.bz2
recog.h (Recog_data): Rename to...
gcc/ * recog.h (Recog_data): Rename to... (recog_data_d): ...this. (recog_data): Update accordingly. * recog.c (recog_data): Likewise. * reload.c (save_recog_data): Likewise. * config/picochip/picochip.c (picochip_saved_recog_data): Likewise. (picochip_save_recog_data, picochip_restore_recog_data): Likewise. From-SVN: r199050
Diffstat (limited to 'gcc/recog.h')
-rw-r--r--gcc/recog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/recog.h b/gcc/recog.h
index 1bb0738..71e801e 100644
--- a/gcc/recog.h
+++ b/gcc/recog.h
@@ -179,7 +179,7 @@ extern int which_alternative;
/* The following vectors hold the results from insn_extract. */
-struct Recog_data
+struct recog_data_d
{
/* It is very tempting to make the 5 operand related arrays into a
structure and index on that. However, to be source compatible
@@ -245,7 +245,7 @@ struct Recog_data
rtx insn;
};
-extern struct Recog_data recog_data;
+extern struct recog_data_d recog_data;
/* Contains a vector of operand_alternative structures for every operand.
Set up by preprocess_constraints. */