re PR debug/53671 (Many guality test failures)

PR debug/53671
PR debug/49888
* var-tracking.c (vt_init_cfa_base): Drop redundant recording of
CFA base.

From-SVN: r188869
This commit is contained in:
Alexandre Oliva 2012-06-22 01:33:21 +00:00 committed by Alexandre Oliva
parent a9bf4fe2dd
commit 4977e903b2
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,10 @@
2012-06-21 Alexandre Oliva <aoliva@redhat.com>
PR debug/53671
PR debug/49888
* var-tracking.c (vt_init_cfa_base): Drop redundant recording of
CFA base.
2012-06-21 Alexandre Oliva <aoliva@redhat.com>
PR debug/53671

View File

@ -9448,9 +9448,6 @@ vt_init_cfa_base (void)
VOIDmode, get_insns ());
preserve_value (val);
cselib_preserve_cfa_base_value (val, REGNO (cfa_base_rtx));
var_reg_decl_set (&VTI (ENTRY_BLOCK_PTR)->out, cfa_base_rtx,
VAR_INIT_STATUS_INITIALIZED, dv_from_value (val->val_rtx),
0, NULL_RTX, INSERT);
}
/* Allocate and initialize the data structures for variable tracking