summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunmo Park <junmoz.park@samsung.com>2016-01-07 10:26:32 +0000
committerJunmo Park <junmoz.park@samsung.com>2016-01-07 10:26:32 +0000
commit1238610aa10b47c99c3d74d64f53b50b95c541cb (patch)
tree95bdb5b3e400acc9de0b385d50448f7af72ab9bb
parent83e44c66ae6a0775abff30168353e46668201be7 (diff)
downloadbcm5719-llvm-1238610aa10b47c99c3d74d64f53b50b95c541cb.tar.gz
bcm5719-llvm-1238610aa10b47c99c3d74d64f53b50b95c541cb.zip
Remove extra whitespace. NFC.
llvm-svn: 257047
-rw-r--r--llvm/lib/CodeGen/MachineBasicBlock.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineBasicBlock.cpp b/llvm/lib/CodeGen/MachineBasicBlock.cpp
index 76099f28499..85d544d9498 100644
--- a/llvm/lib/CodeGen/MachineBasicBlock.cpp
+++ b/llvm/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.
OpenPOWER on IntegriCloud