mirror of
https://github.com/intel/llvm.git
synced 2026-01-28 10:38:23 +08:00
The class did not have any mix-in until now. The new mix-in has two overloads for the constructor of the class: one with all arguments and one without the result types, which are defaulted to `AnyOpType`. Reviewed By: ftynse Differential Revision: https://reviews.llvm.org/D155695