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 a3cba6b commit 16e22a6Copy full SHA for 16e22a6
llvm/unittests/Transforms/Instrumentation/PGOInstrumentationTest.cpp
@@ -24,7 +24,6 @@ using namespace llvm;
24
using testing::_;
25
using ::testing::DoDefault;
26
using ::testing::Invoke;
27
-using ::testing::IsNull;
28
using ::testing::NotNull;
29
using ::testing::Ref;
30
using ::testing::Return;
@@ -107,7 +106,6 @@ class MockModuleAnalysisHandle
107
106
struct PGOInstrumentationGenTest
108
: public Test,
109
WithParamInterface<std::tuple<StringRef, StringRef>> {
110
- LLVMContext Ctx;
111
ModulePassManager MPM;
112
PassBuilder PB;
113
MockModuleAnalysisHandle MMAHandle;
0 commit comments