Unverified Commit a9e546cc authored by Tomas Matheson's avatar Tomas Matheson Committed by GitHub
Browse files

[TableGen][NFC] convert TreePatternNode pointers to references (#81134)

Almost all uses of `*TreePatternNode` expect it to be non-null. There
was the occasional check that it wasn't, which I have removed. Making
them references makes it clear that they exist.

This was attempted in 2018 (1b465767)
for `TreePatternNode::getChild()` but that was reverted.
parent 413e82a0
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment