aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJames Greenhalgh <james.greenhalgh@arm.com>2014-02-03 11:51:40 +0000
committerJames Greenhalgh <jgreenhalgh@gcc.gnu.org>2014-02-03 11:51:40 +0000
commit96d3a240d336ba03795401b362e51a01ddb7ca6c (patch)
treedbe5e6ce2858ad57a1d114599808258296f06bf4 /gcc
parent9dd6c9f79f3c69adad413a0a4f21475444a8aaea (diff)
downloadgcc-96d3a240d336ba03795401b362e51a01ddb7ca6c.zip
gcc-96d3a240d336ba03795401b362e51a01ddb7ca6c.tar.gz
gcc-96d3a240d336ba03795401b362e51a01ddb7ca6c.tar.bz2
[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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/gimple.texi4
2 files changed, 5 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 227d9df..9822b56 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/doc/gimple.texi b/gcc/doc/gimple.texi
index 714adda..54cbb92 100644
--- a/gcc/doc/gimple.texi
+++ b/gcc/doc/gimple.texi
@@ -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}