From 07f42691eb2d024ccd3fdf83864ac869401e5111 Mon Sep 17 00:00:00 2001 From: Sebastian Buchwald Date: Fri, 18 Jul 2008 16:28:40 +0000 Subject: [PATCH] typo [r20536] --- ir/be/ia32/bearch_ia32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/ia32/bearch_ia32.c b/ir/be/ia32/bearch_ia32.c index 8d47451c0..3b9c06f61 100644 --- a/ir/be/ia32/bearch_ia32.c +++ b/ir/be/ia32/bearch_ia32.c @@ -933,7 +933,7 @@ static void ia32_before_abi(void *self) { static void ia32_prepare_graph(void *self) { ia32_code_gen_t *cg = self; - /* do local optimisations */ + /* do local optimizations */ optimize_graph_df(cg->irg); /* TODO: we often have dead code reachable through out-edges here. So for -- 2.20.1