123456789101112131415161718192021 |
- 2014-10-27 David Malcolm <dmalcolm@redhat.com>
- Patch autogenerated by rename_gimple_subclasses.py from
- https://github.com/davidmalcolm/gcc-refactoring-scripts
- revision 7d754b63ff2bf47226a67b2c0af5d74b54d4709f
- * c-gimplify.c (add_block_to_enclosing): Rename gimple subclass types.
- 2014-10-24 David Malcolm <dmalcolm@redhat.com>
- Introduce gimple_bind and use it for accessors.
- * c-gimplify.c (add_block_to_enclosing): Strengthen local "stack"
- from being just a vec<gimple> to a vec<gimple_bind>.
- Copyright (C) 2014 Free Software Foundation, Inc.
- Copying and distribution of this file, with or without modification,
- are permitted in any medium without royalty provided the copyright
- notice and this notice are preserved.
|