1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

Missing period in doc

llvm-svn: 176809
This commit is contained in:
Eli Bendersky 2013-03-11 16:51:15 +00:00
parent 6b526cc81f
commit 59735eb56b

View File

@ -2224,7 +2224,7 @@ The following is the syntax for constant expressions:
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)``