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:
f0ac26c
)
Typo.
author
Mikhail Glushenkov
<foldr@codedgers.com>
Wed, 9 Feb 2011 22:55:48 +0000
(22:55 +0000)
committer
Mikhail Glushenkov
<foldr@codedgers.com>
Wed, 9 Feb 2011 22:55:48 +0000
(22:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125232
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/CriticalAntiDepBreaker.h
patch
|
blob
|
history
diff --git
a/lib/CodeGen/CriticalAntiDepBreaker.h
b/lib/CodeGen/CriticalAntiDepBreaker.h
index 6adc45add6d0b268275593c85e650eaf109f4d86..0daaef273448785012d177b8eee0361111055e18 100644
(file)
--- a/
lib/CodeGen/CriticalAntiDepBreaker.h
+++ b/
lib/CodeGen/CriticalAntiDepBreaker.h
@@
-48,7
+48,7
@@
class TargetRegisterInfo;
/// pointer.
std::vector<const TargetRegisterClass*> Classes;
- /// RegRe
g
s - Map registers to all their references within a live range.
+ /// RegRe
f
s - Map registers to all their references within a live range.
std::multimap<unsigned, MachineOperand *> RegRefs;
typedef std::multimap<unsigned, MachineOperand *>::const_iterator
RegRefIter;