Commit e0144c7b by Aldy Hernandez Committed by Aldy Hernandez

tree-ssa-propagate.c: Enhance docs for SSA_PROP_NOT_INTERESTING.

	* tree-ssa-propagate.c: Enhance docs for
	SSA_PROP_NOT_INTERESTING.

From-SVN: r234478
parent 0e92f1e8
2016-03-24 Aldy Hernandez <aldyh@redhat.com>
* tree-ssa-propagate.c: Enhance docs for
SSA_PROP_NOT_INTERESTING.
2016-03-24 Aldy Hernandez <aldyh@redhat.com>
* doc/extend.texi: Fix typo in documentation to pure attribute.
2016-03-24 John David Anglin <danglin@gcc.gnu.org>
......
......@@ -55,6 +55,8 @@
SSA_PROP_NOT_INTERESTING: Statement S produces nothing of
interest and does not affect any of the work lists.
The statement may be simulated again if any of its input
operands change in future iterations of the simulator.
SSA_PROP_VARYING: The value produced by S cannot be determined
at compile time. Further simulation of S is not required.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment