Skip to content

Commit c2d5f74

Browse files
committed
add explanatory comment
1 parent 5c87bbd commit c2d5f74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/analysis/lattices/inverted.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323

2424
namespace wasm::analysis {
2525

26+
// Reverses the order of an arbitrary full lattice. For example,
27+
// `Inverted<UInt32>` would order uint32_t values by > rather than by <.
2628
template<FullLattice L> struct Inverted {
2729
using Element = typename L::Element;
2830

0 commit comments

Comments
 (0)