TableGen: Remove dead def of implicit node (#159688)

This commit is contained in:
Matt Arsenault 2025-09-19 12:24:11 +09:00 committed by GitHub
parent f8b7f64ad2
commit e7dcf7dc2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -363,7 +363,6 @@ class SDNode<string opcode, SDTypeProfile typeprof,
// Special TableGen-recognized dag nodes
def set;
def implicit;
def node;
def srcvalue;