diff options
Diffstat (limited to 'gcc/go/gofrontend/gogo.h')
-rw-r--r-- | gcc/go/gofrontend/gogo.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/go/gofrontend/gogo.h b/gcc/go/gofrontend/gogo.h index 6511599f95a..0864ee1d72a 100644 --- a/gcc/go/gofrontend/gogo.h +++ b/gcc/go/gofrontend/gogo.h @@ -941,6 +941,9 @@ class Gogo std::vector<Bstatement*>&, Bfunction* init_bfunction); + void + propagate_writebarrierrec(); + Named_object* write_barrier_variable(); |