[llvm] 7bba79b - Fix you->your typo.

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 10 15:13:49 PST 2020


Author: Eric Christopher
Date: 2020-02-10T15:07:06-08:00
New Revision: 7bba79ba0c0e41e21c9d7a46738e8c0bf272aed2

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

LOG: Fix you->your typo.

Added: 
    

Modified: 
    llvm/docs/Frontend/PerformanceTips.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/Frontend/PerformanceTips.rst b/llvm/docs/Frontend/PerformanceTips.rst
index 7873087a14f0..3c290964723b 100644
--- a/llvm/docs/Frontend/PerformanceTips.rst
+++ b/llvm/docs/Frontend/PerformanceTips.rst
@@ -259,7 +259,7 @@ couple specific suggestions:
    which is tuned for C and C++ applications, may not be sufficient to remove
    all dischargeable checks from loops.
 
-#. If you language uses range checks, consider using the IRCE pass.  It is not
+#. If your language uses range checks, consider using the IRCE pass.  It is not
    currently part of the standard pass order.
 
 #. A useful sanity check to run is to run your optimized IR back through the


        


More information about the llvm-commits mailing list