tree-ssa.c (verify_ssa): If verify_def found an error, ICE.
2014-02-17 Richard Biener <rguenther@suse.de> * tree-ssa.c (verify_ssa): If verify_def found an error, ICE. From-SVN: r207824
This commit is contained in:
parent
ce18e2a6a1
commit
0492158e94
@ -1,3 +1,7 @@
|
||||
2014-02-17 Richard Biener <rguenther@suse.de>
|
||||
|
||||
* tree-ssa.c (verify_ssa): If verify_def found an error, ICE.
|
||||
|
||||
2014-02-17 Kirill Yukhin <kirill.yukhin@intel.com>
|
||||
Ilya Tocar <ilya.tocar@intel.com>
|
||||
|
||||
|
@ -988,9 +988,9 @@ verify_ssa (bool check_modified_stmt)
|
||||
if (!gimple_nop_p (stmt))
|
||||
{
|
||||
basic_block bb = gimple_bb (stmt);
|
||||
verify_def (bb, definition_block,
|
||||
name, stmt, virtual_operand_p (name));
|
||||
|
||||
if (verify_def (bb, definition_block,
|
||||
name, stmt, virtual_operand_p (name)))
|
||||
goto err;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user