diff options
author | Kevin B. Smith <kevin.b.smith@intel.com> | 2015-12-04 00:00:10 +0000 |
---|---|---|
committer | Kevin B. Smith <kevin.b.smith@intel.com> | 2015-12-04 00:00:10 +0000 |
commit | 09330577ffad57a63f51d5af0ffa1dc81d982781 (patch) | |
tree | c1ed7dd81855f4ecbd81453eafb8af226d6cad5e | |
parent | a06bb16f95296840f6b6a30a2e7e748c3f5fb855 (diff) | |
download | bcm5719-llvm-09330577ffad57a63f51d5af0ffa1dc81d982781.tar.gz bcm5719-llvm-09330577ffad57a63f51d5af0ffa1dc81d982781.zip |
[CodeGen] Minor correction to comment on PhysRegInfo.
Differential revision: http://reviews.llvm.org/D15216
llvm-svn: 254668
-rw-r--r-- | llvm/include/llvm/CodeGen/MachineInstrBundle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/MachineInstrBundle.h b/llvm/include/llvm/CodeGen/MachineInstrBundle.h index 0ce42dda55b..4ec3c189ae0 100644 --- a/llvm/include/llvm/CodeGen/MachineInstrBundle.h +++ b/llvm/include/llvm/CodeGen/MachineInstrBundle.h @@ -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. |