summaryrefslogtreecommitdiff
path: root/gcc/reload.h
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2011-03-31 00:01:53 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2011-03-31 00:01:53 +0000
commitd3ea85181c9c8feb94ec1afff74e9858c5b0b013 (patch)
treea34078da79ba1f5ad0ba109f73374c42574c22ef /gcc/reload.h
parent37d6b6905758d6112d89e8a0fa9b30ac3fd1fbb6 (diff)
downloadgcc-d3ea85181c9c8feb94ec1afff74e9858c5b0b013.tar.gz
* reload1.c (reload): Fix botch in last change.
* reload.h (struct reload): Fix typo introduced in last change. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171759 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/reload.h')
-rw-r--r--gcc/reload.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reload.h b/gcc/reload.h
index baa75482d78..c57178045e9 100644
--- a/gcc/reload.h
+++ b/gcc/reload.h
@@ -100,7 +100,7 @@ struct reload
int inc;
/* A reg for which reload_in is the equivalent.
If reload_in is a symbol_ref which came from
- reg_equiv_consant, then this is the pseudo
+ reg_equiv_constant, then this is the pseudo
which has that symbol_ref as equivalent. */
rtx in_reg;
rtx out_reg;