diff options
Diffstat (limited to 'gcc/jit/docs/examples/tut04-toyvm/toyvm.c')
-rw-r--r-- | gcc/jit/docs/examples/tut04-toyvm/toyvm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/jit/docs/examples/tut04-toyvm/toyvm.c b/gcc/jit/docs/examples/tut04-toyvm/toyvm.c index 32780ef..b81efe4 100644 --- a/gcc/jit/docs/examples/tut04-toyvm/toyvm.c +++ b/gcc/jit/docs/examples/tut04-toyvm/toyvm.c @@ -1,6 +1,6 @@ /* A simple stack-based virtual machine to demonstrate JIT-compilation. - Copyright (C) 2014-2018 Free Software Foundation, Inc. + Copyright (C) 2014-2019 Free Software Foundation, Inc. This file is part of GCC. |