X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FLangRef.rst;h=9886128b77d3fdbb0d69bfd739fc6369291d5dac;hb=3b52084af899f5eaf7c24845ccaf3d4b6f87e8db;hp=8d151c32334cd22ddd350dfe2bb3678141e96d2f;hpb=a0d04ac9f1a67fac7a4184fcd1908b7e5c7defe5;p=oota-llvm.git diff --git a/docs/LangRef.rst b/docs/LangRef.rst index 8d151c32334..9886128b77d 100644 --- a/docs/LangRef.rst +++ b/docs/LangRef.rst @@ -8842,7 +8842,7 @@ Semantics: """""""""" On some architectures the address of the code to be executed needs to be -different to the address where the trampoline is actually stored. This +different than the address where the trampoline is actually stored. This intrinsic returns the executable address corresponding to ``tramp`` after performing the required machine specific adjustments. The pointer returned can then be :ref:`bitcast and executed `. @@ -8850,7 +8850,7 @@ returned can then be :ref:`bitcast and executed `. Memory Use Markers ------------------ -This class of intrinsics exists to information about the lifetime of +This class of intrinsics provides information about the lifetime of memory objects and ranges where variables are immutable. .. _int_lifestart: