diff options
Diffstat (limited to 'src/lj_opt_mem.c')
-rw-r--r-- | src/lj_opt_mem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_opt_mem.c b/src/lj_opt_mem.c index 6633867e..9c22362b 100644 --- a/src/lj_opt_mem.c +++ b/src/lj_opt_mem.c | |||
@@ -3,7 +3,7 @@ | |||
3 | ** AA: Alias Analysis using high-level semantic disambiguation. | 3 | ** AA: Alias Analysis using high-level semantic disambiguation. |
4 | ** FWD: Load Forwarding (L2L) + Store Forwarding (S2L). | 4 | ** FWD: Load Forwarding (L2L) + Store Forwarding (S2L). |
5 | ** DSE: Dead-Store Elimination. | 5 | ** DSE: Dead-Store Elimination. |
6 | ** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h | 6 | ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h |
7 | */ | 7 | */ |
8 | 8 | ||
9 | #define lj_opt_mem_c | 9 | #define lj_opt_mem_c |