forked from OSchip/llvm-project
[globalisel][tablegen] Remove unnecessary ; to satisfy ubuntu-gcc7.1-werror.
llvm-svn: 310357
This commit is contained in:
parent
bed7136eee
commit
75b84fc5ce
|
@ -1785,7 +1785,7 @@ bool OperandPredicateMatcher::isHigherPriorityThan(
|
||||||
}
|
}
|
||||||
|
|
||||||
return Kind < B.Kind;
|
return Kind < B.Kind;
|
||||||
};
|
}
|
||||||
|
|
||||||
//===- GlobalISelEmitter class --------------------------------------------===//
|
//===- GlobalISelEmitter class --------------------------------------------===//
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue