[llvm] [LLVM] Include simple_ilist.h in preference to ilist.h. NFC. (PR #96644)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 25 13:27:14 PDT 2024


================
@@ -14,7 +14,7 @@
 #ifndef LLVM_SUPPORT_RECYCLER_H
 #define LLVM_SUPPORT_RECYCLER_H
 
-#include "llvm/ADT/ilist.h"
+#include "llvm/ADT/simple_ilist.h"
----------------
nikic wrote:

I don't see any ilist uses in this file at all.

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


More information about the llvm-commits mailing list