Files
clang-p2996/llvm/utils/TableGen/CodeGenDAGPatterns.h
Craig Topper 551bfca86f [TableGen] Make TreePatternNode::InlinePatternFragments a static method. NFC
Previously we were passing 'this' and the std::shared_ptr version
of 'this'. This replaces all uses of 'this' with the shared_ptr and
makes the method static.
2023-04-10 00:17:29 -07:00

46 KiB