[all-commits] [llvm/llvm-project] 09f4c6: [NFC][IR] Update StructuralHash comment
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Tue Aug 29 19:41:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 09f4c6967f6625a962c0abe615a96cadc4a971f5
https://github.com/llvm/llvm-project/commit/09f4c6967f6625a962c0abe615a96cadc4a971f5
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2023-08-29 (Tue, 29 Aug 2023)
Changed paths:
M llvm/lib/IR/StructuralHash.cpp
Log Message:
-----------
[NFC][IR] Update StructuralHash comment
This patch updates a comment at the top of the structural hash
implementation that was made invalid by
64da0be1fc06ee2199bd27c980736986e0eccd9d. The class is now used for more
than just validating pass return status and is now the sole
implementation rather than being copied from somewhere.
More information about the All-commits
mailing list