[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:
Jessica Paquette 2018-04-04 18:07:07 +00:00
parent 2dcd1d0989
commit ea5f34b8ff
1 changed files with 1 additions and 1 deletions

View File

@ -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.