typo
authorSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Fri, 18 Jul 2008 16:28:40 +0000 (16:28 +0000)
committerSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Fri, 18 Jul 2008 16:28:40 +0000 (16:28 +0000)
[r20536]

ir/be/ia32/bearch_ia32.c

index 8d47451..3b9c06f 100644 (file)
@@ -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