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

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 24 08:21:08 PST 2023


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

I wasn't sure about this one. We usually place the header corresponding to the source file first in the include list, and in this case that's two different headers, not just one.

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


More information about the llvm-commits mailing list