beprefalloc: Correct typo in comment.
authorChristoph Mallon <christoph.mallon@gmx.de>
Tue, 27 Nov 2012 12:26:27 +0000 (13:26 +0100)
committerChristoph Mallon <christoph.mallon@gmx.de>
Tue, 27 Nov 2012 12:56:35 +0000 (13:56 +0100)
ir/be/beprefalloc.c

index df77782..d78fd19 100644 (file)
@@ -593,7 +593,7 @@ static bool try_optimistic_split(ir_node *to_split, ir_node *before,
        allocation_info_t *info = get_allocation_info(to_split);
        float              delta = 0;
 
-       /* stupid hack: don't optimisticallt split don't spill nodes...
+       /* stupid hack: don't optimistically split don't spill nodes...
         * (so we don't split away the values produced because of
         *  must_be_different constraints) */
        ir_node *original_insn = skip_Proj(info->original_value);