projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce13714
)
Remove extra whitespace. NFC.
author
Junmo Park
<junmoz.park@samsung.com>
Thu, 7 Jan 2016 10:26:32 +0000
(10:26 +0000)
committer
Junmo Park
<junmoz.park@samsung.com>
Thu, 7 Jan 2016 10:26:32 +0000
(10:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257047
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/MachineBasicBlock.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/MachineBasicBlock.cpp
b/lib/CodeGen/MachineBasicBlock.cpp
index 76099f28499bd6a794b48777a79979692e4d1479..85d544d94984cdf3bcfb21a7e087c6fa87ee621f 100644
(file)
--- 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.