aboutsummaryrefslogtreecommitdiff
path: root/gcc/sym-exec/sym-exec-state.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/sym-exec/sym-exec-state.h')
-rw-r--r--gcc/sym-exec/sym-exec-state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/sym-exec/sym-exec-state.h b/gcc/sym-exec/sym-exec-state.h
index 07771a5..c202835 100644
--- a/gcc/sym-exec/sym-exec-state.h
+++ b/gcc/sym-exec/sym-exec-state.h
@@ -1,7 +1,7 @@
/* State will store states of variables for a function's single execution path.
It will be used for bit-level symbolic execution to determine values of bits
of function's return value and symbolic marked arguments.
- Copyright (C) 2022-2024 Free Software Foundation, Inc.
+ Copyright (C) 2022-2025 Free Software Foundation, Inc.
Contributed by Matevos Mehrabyan <matevosmehrabyan@gmail.com>
This file is part of GCC.