[llvm] r176809 - Missing period in doc
Eli Bendersky
eliben at google.com
Mon Mar 11 09:51:15 PDT 2013
Author: eliben
Date: Mon Mar 11 11:51:15 2013
New Revision: 176809
URL: http://llvm.org/viewvc/llvm-project?rev=176809&view=rev
Log:
Missing period in doc
Modified:
llvm/trunk/docs/LangRef.rst
Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=176809&r1=176808&r2=176809&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Mon Mar 11 11:51:15 2013
@@ -2224,7 +2224,7 @@ The following is the syntax for constant
won't fit in the floating point type, the results are undefined.
``ptrtoint (CST to TYPE)``
Convert a pointer typed constant to the corresponding integer
- constant ``TYPE`` must be an integer type. ``CST`` must be of
+ constant. ``TYPE`` must be an integer type. ``CST`` must be of
pointer type. The ``CST`` value is zero extended, truncated, or
unchanged to make it fit in ``TYPE``.
``inttoptr (CST to TYPE)``
More information about the llvm-commits
mailing list