summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/summarize_stats.py
diff options
context:
space:
mode:
authorBrandt Bucher <brandtbucher@microsoft.com>2023-03-23 22:25:09 (GMT)
committerGitHub <noreply@github.com>2023-03-23 22:25:09 (GMT)
commit0444ae24875489dc290d8efdb9ee6440ee60dac8 (patch)
treeaaea58348a957d6612899965f7e78256ec1cdc64 /Tools/scripts/summarize_stats.py
parentbd063756b34003c1bc7cacf5b1bd90a409180fb6 (diff)
downloadcpython-0444ae24875489dc290d8efdb9ee6440ee60dac8.zip
cpython-0444ae24875489dc290d8efdb9ee6440ee60dac8.tar.gz
cpython-0444ae24875489dc290d8efdb9ee6440ee60dac8.tar.bz2
GH-100982: Break up COMPARE_AND_BRANCH (GH-102801)
Diffstat (limited to 'Tools/scripts/summarize_stats.py')
-rw-r--r--Tools/scripts/summarize_stats.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Tools/scripts/summarize_stats.py b/Tools/scripts/summarize_stats.py
index 7789c4d..ce25374 100644
--- a/Tools/scripts/summarize_stats.py
+++ b/Tools/scripts/summarize_stats.py
@@ -228,8 +228,6 @@ def kind_to_text(kind, defines, opname):
return pretty(defines[kind][0])
if opname.endswith("ATTR"):
opname = "ATTR"
- if opname in ("COMPARE_OP", "COMPARE_AND_BRANCH"):
- opname = "COMPARE"
if opname.endswith("SUBSCR"):
opname = "SUBSCR"
for name in defines[kind]: