================
@@ -104,6 +104,7 @@ std::string SDNode::getOperationName(const SelectionDAG *G) 
const {
   case ISD::ATOMIC_STORE:               return "AtomicStore";
   case ISD::PCMARKER:                   return "PCMarker";
   case ISD::READCYCLECOUNTER:           return "ReadCycleCounter";
+  case ISD::READSTEADYCOUNTER:             return "ReadFixedTimer";
----------------
Artem-B wrote:

Should it be "ReadSteadyCounter" ? 

Also, whitespace/alignment looks off.

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

Reply via email to