summaryrefslogtreecommitdiff
path: root/gcc/explow.c
diff options
context:
space:
mode:
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2004-04-08 23:35:34 +0000
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2004-04-08 23:35:34 +0000
commitaa4a0945d04e016741b6cdb6661c73fe5a3161d3 (patch)
treeaa21286119ebe88af69a459dadcc3392424bbf89 /gcc/explow.c
parent299f8a85f26126263344587d8b6e546459e67914 (diff)
downloadgcc-aa4a0945d04e016741b6cdb6661c73fe5a3161d3.tar.gz
* explow.c: Fix typo defining default of PROMOTE_FUNCTION_MODE.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@80530 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/explow.c')
-rw-r--r--gcc/explow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/explow.c b/gcc/explow.c
index 1629fa85582..e6eacdcf0bf 100644
--- a/gcc/explow.c
+++ b/gcc/explow.c
@@ -800,7 +800,7 @@ copy_to_suggested_reg (rtx x, rtx target, enum machine_mode mode)
FOR_CALL is nonzero if this call is promoting args for a call. */
#if defined(PROMOTE_MODE) && !defined(PROMOTE_FUNCTION_MODE)
-#define PROMOTE_FUNCTON_MODE PROMOTE_MODE
+#define PROMOTE_FUNCTION_MODE PROMOTE_MODE
#endif
enum machine_mode