Skip to content

Commit d3c35a7

Browse files
committed
Address 3rd comments from ellishg
1 parent 14aa138 commit d3c35a7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

llvm/include/llvm/Analysis/StructuralHash.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@
1313

1414
namespace llvm {
1515

16-
enum class StructuralHashOptions { None, Detailed, CallTargetIgnored };
16+
enum class StructuralHashOptions {
17+
None, /// Hash with opcode only.
18+
Detailed, /// Hash with opcode and operands.
19+
CallTargetIgnored, /// Ignore call target operand when computing hash.
20+
};
1721

1822
/// Printer pass for StructuralHashes
1923
class StructuralHashPrinterPass

0 commit comments

Comments
 (0)