Fix build break introduced by D117147

This commit is contained in:
Mircea Trofin 2022-01-19 11:33:20 -08:00
parent 3a1b178a0b
commit 073e09683d
1 changed files with 3 additions and 4 deletions

View File

@ -92,13 +92,12 @@ public:
};
char RegAllocScoring::ID = 0;
FunctionPass *llvm::createRegAllocScoringPass() {
return new RegAllocScoring();
}
FunctionPass *createRegAllocScoringPass() { return new RegAllocScoring(); }
} // namespace llvm
INITIALIZE_PASS(RegAllocScoring, "regallocscoringpass",
"Register Allocation Scoring Pass", false, false)
} // namespace llvm
// ===================================
// Common ML Advisor declarations