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 98969e3 commit 23ca363Copy full SHA for 23ca363
1 file changed
cpp/ql/test/library-tests/valuenumbering/GlobalValueNumbering/diff_ir_expr.ql
@@ -12,4 +12,4 @@ where
12
evn = ast(e) and not evn = ir(e) and note = "AST only"
13
or
14
evn = ir(e) and not evn = ast(e) and note = "IR only"
15
-select e, evn, note
+select e, evn, note
0 commit comments