[llvm] [MergeFunctions] Add support to run the pass over a set of function pointers (PR #111045)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 26 05:23:30 PST 2024
================
@@ -15,7 +15,9 @@
#ifndef LLVM_TRANSFORMS_IPO_MERGEFUNCTIONS_H
#define LLVM_TRANSFORMS_IPO_MERGEFUNCTIONS_H
+#include "llvm/IR/Function.h"
----------------
nikic wrote:
Forward declare this instead.
https://github.com/llvm/llvm-project/pull/111045
More information about the llvm-commits
mailing list