[PATCH] D157720: [llvm] Remove SmallSet from MachineInstr.h

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 11 14:39:23 PDT 2023


arsenm accepted this revision.
arsenm added inline comments.
Herald added a subscriber: wdng.


================
Comment at: llvm/lib/Target/WebAssembly/WebAssemblyLowerRefTypesIntPtrConv.cpp:22
 #include "llvm/Pass.h"
+#include <set>
 
----------------
I'm surprised there are any uses of std::set around


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D157720/new/

https://reviews.llvm.org/D157720



More information about the llvm-commits mailing list