[llvm] [CodeGen] Split off PseudoSourceValueManager into separate header (NFC) (PR #73327)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 24 08:15:11 PST 2023


================
@@ -11,6 +11,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/CodeGen/PseudoSourceValue.h"
+#include "llvm/CodeGen/PseudoSourceValueManager.h"
----------------
RKSimon wrote:

Fix clang-format warning (include order)

https://github.com/llvm/llvm-project/pull/73327


More information about the llvm-commits mailing list