This little patch eliminates some dead code in ParseForEachDeclaration. It tested the TI variable for non-null, but after the function already returned on non-null.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D103904
[TableGen] Eliminate dead code in ParseForeachDeclaration [NFC] Paul-C-Anagnostopoulos on Jun 8 2021, 8:55 AM. Authored by
Details This little patch eliminates some dead code in ParseForEachDeclaration. It tested the TI variable for non-null, but after the function already returned on non-null.
Diff Detail
|