[midend]优化中端框架,移除无用旧代码,ignore格式文件
This commit is contained in:
@@ -41,7 +41,7 @@ public:
|
||||
// 实现 getPassID
|
||||
void* getPassID() const override { return &ID; }
|
||||
|
||||
bool runOnFunction(Function* F) override;
|
||||
bool runOnFunction(Function* F, AnalysisManager &AM) override;
|
||||
|
||||
std::unique_ptr<AnalysisResultBase> getResult() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user