aboutsummaryrefslogtreecommitdiff
path: root/gcc/recog.h
diff options
context:
space:
mode:
authorMike Stump <mikestump@comcast.net>2013-05-14 19:09:29 +0000
committerMike Stump <mrs@gcc.gnu.org>2013-05-14 19:09:29 +0000
commita508ef2266a2ae21875b5169c4039dd7438a7939 (patch)
tree7c360c40c2532bd524874cbebac12b57b77f0130 /gcc/recog.h
parente7180acbb92275577a02326efb3ad2671a3f73b7 (diff)
downloadgcc-a508ef2266a2ae21875b5169c4039dd7438a7939.zip
gcc-a508ef2266a2ae21875b5169c4039dd7438a7939.tar.gz
gcc-a508ef2266a2ae21875b5169c4039dd7438a7939.tar.bz2
recog.h: Rename struct recog_data to Recog_data.
* recog.h: Rename struct recog_data to Recog_data. * recog.c: Likewise. * reload.c (can_reload_into): Likewise. * config/picochip/picochip.c: Likewise. From-SVN: r198898
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 67ad0f7..1bb0738 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
{
/* 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 recog_data;
/* Contains a vector of operand_alternative structures for every operand.
Set up by preprocess_constraints. */