diff options
author | Mike Stump <mikestump@comcast.net> | 2013-05-14 19:09:29 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2013-05-14 19:09:29 +0000 |
commit | a508ef2266a2ae21875b5169c4039dd7438a7939 (patch) | |
tree | 7c360c40c2532bd524874cbebac12b57b77f0130 /gcc/reload.c | |
parent | e7180acbb92275577a02326efb3ad2671a3f73b7 (diff) | |
download | gcc-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/reload.c')
-rw-r--r-- | gcc/reload.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reload.c b/gcc/reload.c index 2546c1b..959d143 100644 --- a/gcc/reload.c +++ b/gcc/reload.c @@ -895,7 +895,7 @@ can_reload_into (rtx in, int regno, enum machine_mode mode) { rtx dst, test_insn; int r = 0; - struct recog_data save_recog_data; + struct Recog_data save_recog_data; /* For matching constraints, we often get notional input reloads where we want to use the original register as the reload register. I.e. |