[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:
Kevin B. Smith 2015-12-04 00:00:10 +00:00
parent 34254063b5
commit 7008dd751d

View File

@ -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.