Skip to content

Commit 377a276

Browse files
committed
update_test_checks: remove an unused function
1 parent e770249 commit 377a276

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/utils/UpdateTestChecks/common.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -980,10 +980,6 @@ def __init__(
980980
def is_local_def_ir_value(self):
981981
return self.ir_prefix == "%"
982982

983-
# Return true if this kind of IR value is "global", basically if it matches '#{{.*}}'.
984-
def is_global_scope_ir_value_match(self, match):
985-
return self.global_ir_rhs_regexp is not None
986-
987983
# Return the IR prefix and check prefix we use for this kind or IR value,
988984
# e.g., (%, TMP) for locals. If the IR prefix is a regex, return the prefix
989985
# used in the IR output

0 commit comments

Comments
 (0)