Commit 96d3a240 by James Greenhalgh Committed by James Greenhalgh

[Documentation] Remove documentation of gimple_asm_clear_volatile

2014-02-03  James Greenhalgh  <james.greenhalgh@arm.com>
	    Will Deacon  <will.deacon@arm.com>

	* doc/gimple.texi (gimple_asm_clear_volatile): Remove.


Co-Authored-By: Will Deacon <will.deacon@arm.com>

From-SVN: r207419
parent 9dd6c9f7
2014-02-03 James Greenhalgh <james.greenhalgh@arm.com>
Will Deacon <will.deacon@arm.com>
* doc/gimple.texi (gimple_asm_clear_volatile): Remove.
2014-02-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com> 2014-02-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* config/arm/arm-tables.opt: Regenerate. * config/arm/arm-tables.opt: Regenerate.
......
...@@ -994,10 +994,6 @@ Return true if @code{G} is an asm statement marked volatile. ...@@ -994,10 +994,6 @@ Return true if @code{G} is an asm statement marked volatile.
Mark asm statement @code{G} as volatile. Mark asm statement @code{G} as volatile.
@end deftypefn @end deftypefn
@deftypefn {GIMPLE function} void gimple_asm_clear_volatile (gimple g)
Remove volatile marker from asm statement @code{G}.
@end deftypefn
@node @code{GIMPLE_ASSIGN} @node @code{GIMPLE_ASSIGN}
@subsection @code{GIMPLE_ASSIGN} @subsection @code{GIMPLE_ASSIGN}
@cindex @code{GIMPLE_ASSIGN} @cindex @code{GIMPLE_ASSIGN}
......
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