[llvm-branch-commits] [llvm] NFC: Move RegAlloc headers to include dir (PR #119672)

Matt Arsenault via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Dec 12 00:58:02 PST 2024


================
@@ -142,7 +142,7 @@ class LLVM_LIBRARY_VISIBILITY InterferenceCache {
 
   // Point to an entry for each physreg. The entry pointed to may not be up to
   // date, and it may have been reused for a different physreg.
-  unsigned char* PhysRegEntries = nullptr;
+  unsigned char *PhysRegEntries = nullptr;
----------------
arsenm wrote:

Reformat shouldn't be done at same time as the move 

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


More information about the llvm-branch-commits mailing list