aboutsummaryrefslogtreecommitdiff
path: root/gcc/simplify-rtx.c
diff options
context:
space:
mode:
authorBernd Edlinger <edlinger@gcc.gnu.org>2013-11-27 16:33:01 +0000
committerBernd Edlinger <edlinger@gcc.gnu.org>2013-11-27 16:33:01 +0000
commitb3ecff82d7f193033d98d04124114aa57c2adba3 (patch)
tree57109bd0c5a05fb6134524e9eba3e9890ae43804 /gcc/simplify-rtx.c
parent36db5f30004bdf03cde1fbd0e1355ff50e1b91cc (diff)
downloadgcc-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/simplify-rtx.c')
-rw-r--r--gcc/simplify-rtx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/simplify-rtx.c b/gcc/simplify-rtx.c
index f680e17..ec13858 100644
--- a/gcc/simplify-rtx.c
+++ b/gcc/simplify-rtx.c
@@ -296,7 +296,7 @@ delegitimize_mem_from_attrs (rtx x)
int unsignedp, volatilep = 0;
decl = get_inner_reference (decl, &bitsize, &bitpos, &toffset,
- &mode, &unsignedp, &volatilep);
+ &mode, &unsignedp, &volatilep, false);
if (bitsize != GET_MODE_BITSIZE (mode)
|| (bitpos % BITS_PER_UNIT)
|| (toffset && !tree_fits_shwi_p (toffset)))