forked from OSchip/llvm-project
Remove extraneous ; and the resulting warning.
llvm-svn: 156649
This commit is contained in:
parent
9cc768581a
commit
393f432ddf
|
@ -132,7 +132,7 @@ public:
|
|||
|
||||
bool isValid() const { return UnitI != UnitE; }
|
||||
|
||||
unsigned operator* () const { assert(isValid()); return *UnitI; };
|
||||
unsigned operator* () const { assert(isValid()); return *UnitI; }
|
||||
|
||||
const CodeGenRegister *getReg() const { assert(isValid()); return *RegI; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue