mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-02 21:31:41 +00:00
[CodeGen] Minor correction to comment on PhysRegInfo.
Differential revision: http://reviews.llvm.org/D15216 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254668 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
34254063b5
commit
7008dd751d
@ -174,7 +174,7 @@ public:
|
||||
/// Defines - Reg or a super-register is defined.
|
||||
bool Defines;
|
||||
|
||||
/// Reads - Read or a super-register is read.
|
||||
/// Reads - Reg or a super-register is read.
|
||||
bool Reads;
|
||||
|
||||
/// ReadsOverlap - Reg or an overlapping register is read.
|
||||
|
Loading…
x
Reference in New Issue
Block a user