[llvm] [LLVM] Include simple_ilist.h in preference to ilist.h. NFC. (PR #96644)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 26 02:08:46 PDT 2024
================
@@ -22,7 +22,7 @@
#include "llvm/ADT/IntervalMap.h"
#include "llvm/ADT/PointerIntPair.h"
#include "llvm/ADT/SmallVector.h"
-#include "llvm/ADT/ilist.h"
+#include "llvm/ADT/simple_ilist.h"
----------------
jayfoad wrote:
Sorry. I was trying to do IWYU by hand but it is more complicated than I realized. I will abandon this patch.
https://github.com/llvm/llvm-project/pull/96644
More information about the llvm-commits
mailing list