mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-25 21:45:21 +00:00
Fix typo in comment, NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282399 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
56f90d72c8
commit
23d2e04492
@ -579,8 +579,9 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
/// MCRegUnitIterator enumerates a list of register units and their associated
|
||||
/// lane masks for Reg. The register units are in ascending numerical order.
|
||||
/// MCRegUnitMaskIterator enumerates a list of register units and their
|
||||
/// associated lane masks for Reg. The register units are in ascending
|
||||
/// numerical order.
|
||||
class MCRegUnitMaskIterator {
|
||||
MCRegUnitIterator RUIter;
|
||||
const unsigned *MaskListIter;
|
||||
|
Loading…
Reference in New Issue
Block a user