[llvm] 457efd1 - [docs] Remove count-aa pass from documentation

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 13 18:56:45 PDT 2023


Author: Aiden Grossman
Date: 2023-08-13T18:51:06-07:00
New Revision: 457efd12df305bb98acddc0d061cb736c5b7e8be

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

LOG: [docs] Remove count-aa pass from documentation

This pass was removed in 7b560d40bddfb60f162a7541288aeba3776f79f8 almost
eight years ago and something that I forgot to cleanup when I recently
did a preliminary glance through the pass documentation in
4b5618a4b115dca31747f6c1b975ca773cda761f.

Added: 
    

Modified: 
    llvm/docs/Passes.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/Passes.rst b/llvm/docs/Passes.rst
index 461dff21dc4505..46ca56df8f24c3 100644
--- a/llvm/docs/Passes.rst
+++ b/llvm/docs/Passes.rst
@@ -48,12 +48,6 @@ cannot alias, etc), but does no stateful analysis.
 
 Yet to be written.
 
-``-count-aa``: Count Alias Analysis Query Responses
----------------------------------------------------
-
-A pass which can be used to count how many alias queries are being made and how
-the alias analysis implementation being used responds.
-
 .. _passes-da:
 
 ``da``: Dependence Analysis


        


More information about the llvm-commits mailing list