forked from OSchip/llvm-project
parent
a82d52d11d
commit
0d8a8292bf
|
@ -579,8 +579,9 @@ public:
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
/// MCRegUnitIterator enumerates a list of register units and their associated
|
/// MCRegUnitMaskIterator enumerates a list of register units and their
|
||||||
/// lane masks for Reg. The register units are in ascending numerical order.
|
/// associated lane masks for Reg. The register units are in ascending
|
||||||
|
/// numerical order.
|
||||||
class MCRegUnitMaskIterator {
|
class MCRegUnitMaskIterator {
|
||||||
MCRegUnitIterator RUIter;
|
MCRegUnitIterator RUIter;
|
||||||
const unsigned *MaskListIter;
|
const unsigned *MaskListIter;
|
||||||
|
|
Loading…
Reference in New Issue