URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Show entire file |
Details |
Blame |
View Log
Rev 280 |
Rev 378 |
Line 414... |
Line 414... |
{
|
{
|
fprintf (dump_file, " scanning: ");
|
fprintf (dump_file, " scanning: ");
|
print_gimple_stmt (dump_file, stmt, 0, 0);
|
print_gimple_stmt (dump_file, stmt, 0, 0);
|
}
|
}
|
|
|
|
if (gimple_has_volatile_ops (stmt))
|
|
{
|
|
local->pure_const_state = IPA_NEITHER;
|
|
if (dump_file)
|
|
fprintf (dump_file, " Volatile stmt is not const/pure\n");
|
|
}
|
|
|
/* Look for loads and stores. */
|
/* Look for loads and stores. */
|
walk_stmt_load_store_ops (stmt, local, check_load, check_store);
|
walk_stmt_load_store_ops (stmt, local, check_load, check_store);
|
|
|
if (gimple_code (stmt) != GIMPLE_CALL
|
if (gimple_code (stmt) != GIMPLE_CALL
|
&& stmt_could_throw_p (stmt))
|
&& stmt_could_throw_p (stmt))
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.