Skip to content

Commit c3c3b23

Browse files
authored
remove dead return
1 parent 0678589 commit c3c3b23

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/CodeGen/RegAllocEvictionAdvisor.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ Pass *llvm::callDefaultCtor<RegAllocEvictionAdvisorAnalysisLegacy>() {
165165
#endif
166166
}
167167
llvm_unreachable("unexpected advisor mode");
168-
return nullptr;
169168
}
170169

171170
StringRef RegAllocEvictionAdvisorAnalysisLegacy::getPassName() const {

0 commit comments

Comments
 (0)