From 2b1cc550f897d888e5ec6c1fb8dcd93a42109573 Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Thu, 15 Jul 2004 14:09:50 +0000 Subject: fix typos --- cgcode.c | 2 +- cgconst.h | 2 +- 2 files changed, 2 insertions(+), 2 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 diff --git a/cgconst.h b/cgconst.h index 34e902d..60e8c6c 100644 --- a/cgconst.h +++ b/cgconst.h @@ -16,7 +16,7 @@ enum { GREGISTER, GSTORE, GSTORE_R, GSTORE_B_X, GSTORE_X, GSUB, GSUB_O, GTEST_O, GEXIT_IF #if defined (I486) || defined (G_POWER) - GNOT + ,GNOT #endif #ifdef G_POWER ,GCREATE_S, GUMULH -- cgit v1.2.3