We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 807a359 commit 3541ef7Copy full SHA for 3541ef7
Tools/jit/_optimizers.py
@@ -7,7 +7,7 @@
7
8
# Same as saying "not string.startswith('')":
9
_RE_NEVER_MATCH = re.compile(r"(?!)")
10
-# Dictionary mapping x86 branching instructions to their inverted counterparts.
+# Dictionary mapping branch instructions to their inverted branch instructions.
11
# If a branch cannot be inverted, the value is None:
12
_X86_BRANCHES = {
13
"ja": "jna",
0 commit comments