[llvm] [CodeGen] change prototype of RegClassFilterFunc (PR #93525)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue May 28 03:41:49 PDT 2024


================
@@ -10,22 +10,25 @@
 #define LLVM_CODEGEN_REGALLOCCOMMON_H
 
 #include <functional>
+#include <llvm/CodeGen/Register.h>
----------------
arsenm wrote:

Should use `""` instead of `<>` for project local includes 

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


More information about the llvm-commits mailing list