aboutsummaryrefslogtreecommitdiff
path: root/gcc/recog.c
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.c
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.c')
-rw-r--r--gcc/recog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/recog.c b/gcc/recog.c
index dad7ee0..5356b8d 100644
--- a/gcc/recog.c
+++ b/gcc/recog.c
@@ -70,7 +70,7 @@ static rtx split_insn (rtx);
int volatile_ok;
-struct Recog_data recog_data;
+struct recog_data_d recog_data;
/* Contains a vector of operand_alternative structures for every operand.
Set up by preprocess_constraints. */