We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f335b6 commit 7c41103Copy full SHA for 7c41103
include/swift/SIL/Test.h
@@ -98,7 +98,6 @@
98
#define SWIFT_SIL_TEST_H
99
100
#include "swift/SIL/ParseTestSpecification.h"
101
-#include "llvm/ADT/STLFunctionalExtras.h"
102
103
namespace swift {
104
@@ -128,8 +127,7 @@ class FunctionTest final {
128
127
/// - Arguments & - the resolved list of args specified by the instruction
129
/// - FunctionTest & - the test being run; used to find less commonly used
130
/// values such as the results of analyses
131
- using Invocation =
132
- llvm::function_ref<void(SILFunction &, Arguments &, FunctionTest &)>;
+ using Invocation = void (*)(SILFunction &, Arguments &, FunctionTest &);
133
134
private:
135
/// The lambda to be run.
0 commit comments