mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-16 12:24:03 +00:00
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202621 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -163,11 +163,11 @@ class DeltaActiveSetHelper : public DeltaAlgorithm {
|
||||
protected:
|
||||
/// UpdatedSearchState - Callback used when the search state changes.
|
||||
virtual void UpdatedSearchState(const changeset_ty &Changes,
|
||||
const changesetlist_ty &Sets) LLVM_OVERRIDE {
|
||||
const changesetlist_ty &Sets) override {
|
||||
DDAI.UpdatedSearchState(Changes, Sets, Required);
|
||||
}
|
||||
|
||||
virtual bool ExecuteOneTest(const changeset_ty &S) LLVM_OVERRIDE {
|
||||
virtual bool ExecuteOneTest(const changeset_ty &S) override {
|
||||
return DDAI.GetTestResult(S, Required);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user