Remove extra whitespace. NFC.

llvm-svn: 257047
This commit is contained in:
Junmo Park
2016-01-07 10:26:32 +00:00
parent 83e44c66ae
commit 1238610aa1

View File

@@ -1182,7 +1182,7 @@ MachineBasicBlock::getProbabilityIterator(MachineBasicBlock::succ_iterator I) {
/// Return whether (physical) register "Reg" has been <def>ined and not <kill>ed
/// as of just before "MI".
///
///
/// Search is localised to a neighborhood of
/// Neighborhood instructions before (searching for defs or kills) and N
/// instructions after (searching just for defs) MI.