forked from OSchip/llvm-project
[MachineOutliner] Fix typo; NFC
There was a typo in an unreachable statement in one of the outliner target hooks. llvm-svn: 329213
This commit is contained in:
parent
2dcd1d0989
commit
ea5f34b8ff
|
@ -1608,7 +1608,7 @@ public:
|
|||
std::pair<MachineBasicBlock::iterator, MachineBasicBlock::iterator>>
|
||||
&RepeatedSequenceLocs) const {
|
||||
llvm_unreachable(
|
||||
"Target didn't implement TargetInstrInfo::getOutliningOverhead!");
|
||||
"Target didn't implement TargetInstrInfo::getOutliningCandidateInfo!");
|
||||
}
|
||||
|
||||
/// Represents how an instruction should be mapped by the outliner.
|
||||
|
|
Loading…
Reference in New Issue