Skip to content

Commit 31bd2ab

Browse files
jf205shati-patel
andauthored
Update docs/language/learn-ql/cpp/value-numbering-hash-cons.rst
Co-Authored-By: shati-patel <42641846+shati-patel@users.noreply.github.com>
1 parent d4e9aa5 commit 31bd2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/language/learn-ql/cpp/value-numbering-hash-cons.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Why not a predicate?
6262

6363
The obvious interface for this library would be a predicate ``equivalent(Expr e1, Expr e2)``. However, this predicate would be very large, with a quadratic number of rows for each set of equivalent expressions. By using a class as an intermediate step, the number of rows can be kept linear, and therefore can be cached.
6464

65-
Example Queries
65+
Example queries
6666
~~~~~~~~~~~~~~~
6767

6868
This query uses the ``GVN`` class to identify calls to ``strncpy`` where the size argument is derived from the source rather than the destination

0 commit comments

Comments
 (0)