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:
e510b3a
)
missed this one
author
Gabor Greif
<ggreif@gmail.com>
Mon, 9 Jul 2007 12:20:30 +0000
(12:20 +0000)
committer
Gabor Greif
<ggreif@gmail.com>
Mon, 9 Jul 2007 12:20:30 +0000
(12:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38454
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/SimpleRegisterCoalescing.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/SimpleRegisterCoalescing.h
b/include/llvm/CodeGen/SimpleRegisterCoalescing.h
index 4c2103c1cd8ebe9766d1fdb782aeac503f53ab83..20bcb89d9a8ab6bee5b22604345510db30924a6b 100644
(file)
--- a/
include/llvm/CodeGen/SimpleRegisterCoalescing.h
+++ b/
include/llvm/CodeGen/SimpleRegisterCoalescing.h
@@
-86,7
+86,7
@@
namespace llvm {
/// joinIntervals - join compatible live intervals
void joinIntervals();
- /// CopyCoalesceInMBB - Coal
l
esce copies in the specified MBB, putting
+ /// CopyCoalesceInMBB - Coalesce copies in the specified MBB, putting
/// copies that cannot yet be coalesced into the "TryAgain" list.
void CopyCoalesceInMBB(MachineBasicBlock *MBB,
std::vector<CopyRec> *TryAgain, bool PhysOnly = false);