aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit/docs
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2015-06-29 13:45:06 +0000
committerRichard Biener <rguenther@suse.de>2015-06-29 13:45:06 +0000
commite79886b1b133e4fd15f1c5c16d3e5a28c1233c33 (patch)
treeaa3c7ed74df4aad13a3a503046a73d6f9fb96b37 /gcc/jit/docs
parentdfa72794498fb1d69fe4b2171650ef63187d6332 (diff)
parent1c0ad8b8e33d34434086b4cbacb901760979c6fc (diff)
2015-06-29 Richard Biener <rguenther@suse.de>
Merge from trunk r221894 through r225115. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/match-and-simplify@225117 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/jit/docs')
-rw-r--r--gcc/jit/docs/_build/texinfo/libgccjit.texi6
-rw-r--r--gcc/jit/docs/cp/topics/expressions.rst2
-rw-r--r--gcc/jit/docs/topics/expressions.rst2
3 files changed, 5 insertions, 5 deletions
diff --git a/gcc/jit/docs/_build/texinfo/libgccjit.texi b/gcc/jit/docs/_build/texinfo/libgccjit.texi
index 1ea0a8259d9..ac530351702 100644
--- a/gcc/jit/docs/_build/texinfo/libgccjit.texi
+++ b/gcc/jit/docs/_build/texinfo/libgccjit.texi
@@ -19,7 +19,7 @@
@copying
@quotation
-libgccjit 5.0.0 (experimental 20150313), March 13, 2015
+libgccjit 5.0.0 (experimental 20150409), April 09, 2015
David Malcolm
@@ -6182,7 +6182,7 @@ gcc_jit_context_new_rvalue_from_int (ctxt, numeric_type, 0)
@deffn {C Function} gcc_jit_rvalue *gcc_jit_context_one (gcc_jit_context@w{ }*ctxt, gcc_jit_type@w{ }*numeric_type)
Given a numeric type (integer or floating point), get the rvalue for
-zero. Essentially this is just a shortcut for:
+one. Essentially this is just a shortcut for:
@example
gcc_jit_context_new_rvalue_from_int (ctxt, numeric_type, 1)
@@ -12012,7 +12012,7 @@ ctxt.new_rvalue (numeric_type, 0)
@deffn {C++ Function} gccjit::rvalue gccjit::context::one (gccjit::type numeric_type) const
Given a numeric type (integer or floating point), get the rvalue for
-zero. Essentially this is just a shortcut for:
+one. Essentially this is just a shortcut for:
@example
ctxt.new_rvalue (numeric_type, 1)
diff --git a/gcc/jit/docs/cp/topics/expressions.rst b/gcc/jit/docs/cp/topics/expressions.rst
index bacfde1ffc1..4ea2622dde5 100644
--- a/gcc/jit/docs/cp/topics/expressions.rst
+++ b/gcc/jit/docs/cp/topics/expressions.rst
@@ -80,7 +80,7 @@ Simple expressions
gccjit::context::one (gccjit::type numeric_type) const
Given a numeric type (integer or floating point), get the rvalue for
- zero. Essentially this is just a shortcut for:
+ one. Essentially this is just a shortcut for:
.. code-block:: c++
diff --git a/gcc/jit/docs/topics/expressions.rst b/gcc/jit/docs/topics/expressions.rst
index 49317b9d55a..621991fcc70 100644
--- a/gcc/jit/docs/topics/expressions.rst
+++ b/gcc/jit/docs/topics/expressions.rst
@@ -84,7 +84,7 @@ Simple expressions
gcc_jit_type *numeric_type)
Given a numeric type (integer or floating point), get the rvalue for
- zero. Essentially this is just a shortcut for:
+ one. Essentially this is just a shortcut for:
.. code-block:: c