We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9701c42 commit 5810c7eCopy full SHA for 5810c7e
llvm/lib/Target/AVR/AVRTargetMachine.cpp
@@ -67,7 +67,6 @@ class AVRPassConfig : public TargetPassConfig {
67
bool addInstSelector() override;
68
void addPreSched2() override;
69
void addPreRegAlloc() override;
70
- void addPreEmitPass() override;
71
};
72
} // namespace
73
@@ -108,6 +107,4 @@ void AVRPassConfig::addPreRegAlloc() {
108
107
109
void AVRPassConfig::addPreSched2() { addPass(createAVRExpandPseudoPass()); }
110
111
-void AVRPassConfig::addPreEmitPass() { }
112
-
113
} // end of namespace llvm
0 commit comments