diff options
Diffstat (limited to 'lib/CodeGen/MachineBasicBlock.cpp')
| -rw-r--r-- | lib/CodeGen/MachineBasicBlock.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/CodeGen/MachineBasicBlock.cpp b/lib/CodeGen/MachineBasicBlock.cpp index 76099f28499b..85d544d94984 100644 --- a/lib/CodeGen/MachineBasicBlock.cpp +++ b/lib/CodeGen/MachineBasicBlock.cpp @@ -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. | 
