From 6259a78ac3093f0823011ac40542b0a3f356fe28 Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Tue, 15 Jul 2014 17:49:11 +0200 Subject: * fold-const.c (fold_checksum_tree): Fix typo in previous patch. From-SVN: r212566 --- gcc/fold-const.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/fold-const.c') diff --git a/gcc/fold-const.c b/gcc/fold-const.c index 455994c..54322bf 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -14862,7 +14862,7 @@ fold_checksum_tree (const_tree expr, struct md5_ctx *ctx, if (TREE_CODE (expr) == FUNCTION_DECL) { fold_checksum_tree (DECL_VINDEX (expr), ctx, ht); - fold_checksum_tree (DECL_ARGUMENT (expr), ctx, ht); + fold_checksum_tree (DECL_ARGUMENTS (expr), ctx, ht); } fold_checksum_tree (DECL_RESULT_FLD (expr), ctx, ht); } -- cgit v1.1