Skip to content

Commit

Permalink
update_test_checks: remove an unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
nhaehnle committed Apr 16, 2024
1 parent e770249 commit 377a276
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions llvm/utils/UpdateTestChecks/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -980,10 +980,6 @@ def __init__(
def is_local_def_ir_value(self):
return self.ir_prefix == "%"

# Return true if this kind of IR value is "global", basically if it matches '#{{.*}}'.
def is_global_scope_ir_value_match(self, match):
return self.global_ir_rhs_regexp is not None

# Return the IR prefix and check prefix we use for this kind or IR value,
# e.g., (%, TMP) for locals. If the IR prefix is a regex, return the prefix
# used in the IR output
Expand Down

0 comments on commit 377a276

Please sign in to comment.