================
@@ -193,7 +206,7 @@ struct DenormalMode {
return MergedMode;
}
- inline void print(raw_ostream &OS) const;
+ inline void print(raw_ostream &OS, bool Legacy = true) const;
----------------
nikic wrote:Where is the legacy printing mode used? https://github.com/llvm/llvm-project/pull/174293 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
