]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[Documentation] Remove documentation of gimple_asm_clear_volatile
authorJames Greenhalgh <james.greenhalgh@arm.com>
Mon, 3 Feb 2014 11:51:40 +0000 (11:51 +0000)
committerJames Greenhalgh <jgreenhalgh@gcc.gnu.org>
Mon, 3 Feb 2014 11:51:40 +0000 (11:51 +0000)
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

gcc/ChangeLog
gcc/doc/gimple.texi

index 227d9df2c117dbc8c63956aa1f65eff9e71eff3a..9822b561260dc3f459c1a6fb39b3e8e87a2e38f1 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
        * config/arm/arm-tables.opt: Regenerate.
index 714addaec7d19e9ddcd0986a31be05165a75e637..54cbb92d12424539af045d9610a43d96ae8e0132 100644 (file)
@@ -994,10 +994,6 @@ Return true if @code{G} is an asm statement marked volatile.
 Mark asm statement @code{G} as volatile.
 @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}
 @subsection @code{GIMPLE_ASSIGN}
 @cindex @code{GIMPLE_ASSIGN}