[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:36:28 PDT 2024
================
@@ -20,8 +20,8 @@
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SmallVector.h"
-#include "llvm/ADT/ilist.h"
#include "llvm/ADT/ilist_node.h"
+#include "llvm/ADT/simple_ilist.h"
----------------
nikic wrote:
This uses ilist<>, so I think it needs the header.
https://github.com/llvm/llvm-project/pull/96644
More information about the llvm-commits
mailing list