================
@@ -115,7 +103,9 @@ void PassTimingInfo::init() {
 
 /// Prints out timing information and then resets the timers.
 void PassTimingInfo::print(raw_ostream *OutStream) {
-  TG.print(OutStream ? *OutStream : *CreateInfoOutputFile(), true);
+  NamedRegionTimer::getNamedTimerGroup(TimePassesHandler::PassGroupName,
----------------
aeubanks wrote:

`PassTG`? (and all the other instances of `getNamedTimerGroup`)

https://github.com/llvm/llvm-project/pull/130375
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to