================
@@ -334,6 +335,15 @@ template<> struct simplify_type<User::const_op_iterator> {
}
};
+template <> struct GraphTraits<User *> {
----------------
arsenm wrote:
I'm surprised you need this?
https://github.com/llvm/llvm-project/pull/70611