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