diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2011-02-09 22:55:48 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2011-02-09 22:55:48 +0000 |
commit | 52847a9bb983b03a36a7fc79b3e1953bbfb6ccfa (patch) | |
tree | 7e6c376a1b1c45130fe686cfffcceed7e1d6b08f | |
parent | b1b76adbd9c5319ee34075a47aee87f0c94bc65a (diff) | |
download | bcm5719-llvm-52847a9bb983b03a36a7fc79b3e1953bbfb6ccfa.tar.gz bcm5719-llvm-52847a9bb983b03a36a7fc79b3e1953bbfb6ccfa.zip |
Typo.
llvm-svn: 125232
-rw-r--r-- | llvm/lib/CodeGen/CriticalAntiDepBreaker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CriticalAntiDepBreaker.h b/llvm/lib/CodeGen/CriticalAntiDepBreaker.h index 6adc45add6d..0daaef27344 100644 --- a/llvm/lib/CodeGen/CriticalAntiDepBreaker.h +++ b/llvm/lib/CodeGen/CriticalAntiDepBreaker.h @@ -48,7 +48,7 @@ class TargetRegisterInfo; /// pointer. std::vector<const TargetRegisterClass*> Classes; - /// RegRegs - Map registers to all their references within a live range. + /// RegRefs - Map registers to all their references within a live range. std::multimap<unsigned, MachineOperand *> RegRefs; typedef std::multimap<unsigned, MachineOperand *>::const_iterator RegRefIter; |