I'm working on a "TableGen Backend Developer's Guide," so I'm looking deeply into TableGen. There are two class members whose names are vague.
The ListRecTy class has a member named Ty. I changed it to ElementTy.
The TypeInit class has a member named Ty. I changed it to ValueTy.
clang-format: please reformat the code
- : Init(K, Opc), ValueTy(T) {} + : Init(K, Opc), ValueTy(T) {}