mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
update comment.
llvm-svn: 49010
This commit is contained in:
parent
c3d03d3f10
commit
c7cc29f2a9
@ -21,8 +21,9 @@
|
|||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
|
|
||||||
/// MachineRegisterInfo - Keep track of information for each virtual register,
|
/// MachineRegisterInfo - Keep track of information for virtual and physical
|
||||||
/// including its register class.
|
/// registers, including vreg register classes, use/def chains for registers,
|
||||||
|
/// etc.
|
||||||
class MachineRegisterInfo {
|
class MachineRegisterInfo {
|
||||||
/// VRegInfo - Information we keep for each virtual register. The entries in
|
/// VRegInfo - Information we keep for each virtual register. The entries in
|
||||||
/// this vector are actually converted to vreg numbers by adding the
|
/// this vector are actually converted to vreg numbers by adding the
|
||||||
|
Loading…
Reference in New Issue
Block a user