[llvm] r225991 - fix typos
Sanjay Patel
spatel at rotateright.com
Wed Jan 14 08:03:59 PST 2015
Author: spatel
Date: Wed Jan 14 10:03:58 2015
New Revision: 225991
URL: http://llvm.org/viewvc/llvm-project?rev=225991&view=rev
Log:
fix typos
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=225991&r1=225990&r2=225991&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Wed Jan 14 10:03:58 2015
@@ -9879,10 +9879,10 @@ generated for this intrinsic, and instru
provided condition are not used for code generation. If the condition is
violated during execution, the behavior is undefined.
-Please note that optimizer might limit the transformations performed on values
+Note that the optimizer might limit the transformations performed on values
used by the ``llvm.assume`` intrinsic in order to preserve the instructions
only used to form the intrinsic's input argument. This might prove undesirable
-if the extra information provided by the ``llvm.assume`` intrinsic does cause
+if the extra information provided by the ``llvm.assume`` intrinsic does not cause
sufficient overall improvement in code quality. For this reason,
``llvm.assume`` should not be used to document basic mathematical invariants
that the optimizer can otherwise deduce or facts that are of little use to the
More information about the llvm-commits
mailing list