diff options
author | Bernd Edlinger <edlinger@gcc.gnu.org> | 2013-11-27 16:33:01 +0000 |
---|---|---|
committer | Bernd Edlinger <edlinger@gcc.gnu.org> | 2013-11-27 16:33:01 +0000 |
commit | b3ecff82d7f193033d98d04124114aa57c2adba3 (patch) | |
tree | 57109bd0c5a05fb6134524e9eba3e9890ae43804 /gcc/tree.h | |
parent | 36db5f30004bdf03cde1fbd0e1355ff50e1b91cc (diff) | |
download | gcc-b3ecff82d7f193033d98d04124114aa57c2adba3.zip gcc-b3ecff82d7f193033d98d04124114aa57c2adba3.tar.gz gcc-b3ecff82d7f193033d98d04124114aa57c2adba3.tar.bz2 |
2013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>
reverted r205398 on request: Remove parameter keep_aligning from
get_inner_reference.
From-SVN: r205452
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4515,7 +4515,8 @@ extern tree build_personality_function (const char *); look for the ultimate containing object, which is returned and specify the access position and size. */ extern tree get_inner_reference (tree, HOST_WIDE_INT *, HOST_WIDE_INT *, - tree *, enum machine_mode *, int *, int *); + tree *, enum machine_mode *, int *, int *, + bool); /* Return a tree representing the lower bound of the array mentioned in EXP, an ARRAY_REF or an ARRAY_RANGE_REF. */ |