================
@@ -46,6 +46,16 @@ class PrintIRInstrumentation {
void registerCallbacks(PassInstrumentationCallbacks &PIC);
private:
+ enum SuffixType {
+ before,
----------------
aeubanks wrote:
capitalize, and enum class is better
https://github.com/llvm/llvm-project/pull/66412