This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Documentation] Remove documentation of gimple_asm_clear_volatile


Hi,

Will and I were trying to understand the semantics of volatile asm
statements (we didn't succeed!) when we came across documentation
for:

  gimple_asm_clear_volatile

This function looks like it is long gone, so this patch removes the
documentation.

Checked to ensure gimple.texi still builds.

OK?

Thanks,
James

---

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

	* doc/gimple.texi (gimple_asm_clear_volatile): Remove.
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}

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]