[llvm] b02bc02 - [LangRef] fix typo in assume bundle description; NFC

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 22 06:30:58 PST 2021


Author: Sanjay Patel
Date: 2021-02-22T09:30:49-05:00
New Revision: b02bc0224a9f19c8b692f77c51e83cdb7c51a6e0

URL: https://github.com/llvm/llvm-project/commit/b02bc0224a9f19c8b692f77c51e83cdb7c51a6e0
DIFF: https://github.com/llvm/llvm-project/commit/b02bc0224a9f19c8b692f77c51e83cdb7c51a6e0.diff

LOG: [LangRef] fix typo in assume bundle description; NFC

Added: 
    

Modified: 
    llvm/docs/LangRef.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 4d1a113a8196..46eab12cb4d1 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -2272,7 +2272,7 @@ allows the optimizer to assume that the :ref:`llvm.assume <int_assume>`
 call location is cold and that ``%val`` may not be null.
 
 Just like for the argument of :ref:`llvm.assume <int_assume>`, if any of the
-provided guarantees are are violated at runtime the behavior is undefined.
+provided guarantees are violated at runtime the behavior is undefined.
 
 Even if the assumed property can be encoded as a boolean value, like
 ``nonnull``, using operand bundles to express the property can still have


        


More information about the llvm-commits mailing list