Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0dd3df commit e8f4127Copy full SHA for e8f4127
1 file changed
cpp/ql/src/semmle/code/cpp/valuenumbering/GlobalValueNumbering.qll
@@ -3,8 +3,8 @@
3
* See https://en.wikipedia.org/wiki/Global_value_numbering
4
*
5
* The predicate `globalValueNumber` converts an expression into a `GVN`,
6
- * which is an abstract type presenting the value of the expression. If
7
- * two expressions have the `GVN` then they compute the same value.
+ * which is an abstract type representing the value of the expression. If
+ * two expressions have the same `GVN` then they compute the same value.
8
* For example:
9
10
* ```
0 commit comments