mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-26 05:27:43 +00:00
Fix a comment typo.
llvm-svn: 105944
This commit is contained in:
parent
16f22c2744
commit
9fd54d618f
@ -455,7 +455,7 @@ public:
|
||||
virtual unsigned getSubReg(unsigned RegNo, unsigned Index) const = 0;
|
||||
|
||||
/// getSubRegIndex - For a given register pair, return the sub-register index
|
||||
/// if the are second register is a sub-register of the first. Return zero
|
||||
/// if the second register is a sub-register of the first. Return zero
|
||||
/// otherwise.
|
||||
virtual unsigned getSubRegIndex(unsigned RegNo, unsigned SubRegNo) const = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user