diff options
Diffstat (limited to 'src/lj_opt_fold.c')
-rw-r--r-- | src/lj_opt_fold.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_opt_fold.c b/src/lj_opt_fold.c index 98266d21..41c87e2f 100644 --- a/src/lj_opt_fold.c +++ b/src/lj_opt_fold.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | ** FOLD: Constant Folding, Algebraic Simplifications and Reassociation. | 2 | ** FOLD: Constant Folding, Algebraic Simplifications and Reassociation. |
3 | ** CSE: Common-Subexpression Elimination. | 3 | ** CSE: Common-Subexpression Elimination. |
4 | ** Copyright (C) 2005-2009 Mike Pall. See Copyright Notice in luajit.h | 4 | ** Copyright (C) 2005-2010 Mike Pall. See Copyright Notice in luajit.h |
5 | */ | 5 | */ |
6 | 6 | ||
7 | #define lj_opt_fold_c | 7 | #define lj_opt_fold_c |