summaryrefslogtreecommitdiff
path: root/cgcode.c
diff options
context:
space:
mode:
authorJohn van Groningen2004-07-15 14:09:50 +0000
committerJohn van Groningen2004-07-15 14:09:50 +0000
commit2b1cc550f897d888e5ec6c1fb8dcd93a42109573 (patch)
treef0e447d9f71f66e12cc4f3c6d40ebafc7a1ee372 /cgcode.c
parentadd absR and negI for sparc, commit not yet used code for new array represent... (diff)
fix typos
Diffstat (limited to 'cgcode.c')
-rw-r--r--cgcode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgcode.c b/cgcode.c
index 657a690..b151195 100644
--- a/cgcode.c
+++ b/cgcode.c
@@ -5611,7 +5611,7 @@ static INSTRUCTION_GRAPH g_lsl_3_add_12 (INSTRUCTION_GRAPH graph_1)
if (graph_1_arg_2->instruction_code==GLOAD_I)
return g_sub (g_lsl_3 (graph_1_arg_1),g_load_i (12+(graph_1_arg_2->instruction_parameters[0].i<<3)));
}
- graph_2=g_add (g_load_i (REAL_ARRAY_ELEMENTS_OFFSET,g_lsl_3 (graph_1));
+ graph_2=g_add (g_load_i (REAL_ARRAY_ELEMENTS_OFFSET),g_lsl_3 (graph_1));
#endif
#ifdef INDEX_CSE