PR debug/47402
* tree-inline.c (declare_return_variable): Remove unused caller
variable.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169516
138bc75d-0d04-0410-961f-
82ee72b054a4
2011-02-02 Alexandre Oliva <aoliva@redhat.com>
+ PR debug/47106
+ PR debug/47402
+ * tree-inline.c (declare_return_variable): Remove unused caller
+ variable.
+
PR debug/47106
PR debug/47402
* tree-flow-inline.h (clear_is_used, is_used_p): New.
(dump_scope_block): Likewise.
(remove_unused_locals): Likewise.
-2011-02-02 Alexandre Oliva <aoliva@redhat.com>
-
PR debug/47106
PR debug/47402
* tree-inline.c (declare_return_variable): Add result decl to
basic_block entry_bb)
{
tree callee = id->src_fn;
- tree caller = id->dst_fn;
tree result = DECL_RESULT (callee);
tree callee_type = TREE_TYPE (result);
tree caller_type;