[llvm] [CGData][GMF] Skip No Params (PR #116548)

Zhaoxuan Jiang via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 17 22:25:15 PST 2024


================
@@ -14,6 +14,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/CGData/StableFunctionMap.h"
+#include "llvm/ADT/SmallSet.h"
----------------
nocchijiang wrote:

nit: includes not sorted. 

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


More information about the llvm-commits mailing list