aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-flow.h
diff options
context:
space:
mode:
authorXinliang David Li <davidxl@google.com>2010-07-28 05:08:24 +0000
committerXinliang David Li <davidxl@gcc.gnu.org>2010-07-28 05:08:24 +0000
commit880a145176767b720c110f2a9a489c348e3c58c1 (patch)
tree4aac93f0b4fa63b70f418feead28f5de88f862ef /gcc/tree-flow.h
parent6fb58a378d9b05673bc77934e4e71baa981127fb (diff)
downloadgcc-880a145176767b720c110f2a9a489c348e3c58c1.zip
gcc-880a145176767b720c110f2a9a489c348e3c58c1.tar.gz
gcc-880a145176767b720c110f2a9a489c348e3c58c1.tar.bz2
Fix to expose more LIM when creating mem_ref
From-SVN: r162616
Diffstat (limited to 'gcc/tree-flow.h')
-rw-r--r--gcc/tree-flow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h
index 6209a84..abbf917 100644
--- a/gcc/tree-flow.h
+++ b/gcc/tree-flow.h
@@ -832,8 +832,8 @@ struct mem_address
};
struct affine_tree_combination;
-tree create_mem_ref (gimple_stmt_iterator *, tree, tree,
- struct affine_tree_combination *, tree, bool);
+tree create_mem_ref (gimple_stmt_iterator *, tree,
+ struct affine_tree_combination *, tree, tree, tree, bool);
rtx addr_for_mem_ref (struct mem_address *, addr_space_t, bool);
void get_address_description (tree, struct mem_address *);
tree maybe_fold_tmr (tree);