mirror of
https://github.com/intel/llvm.git
synced 2026-02-02 10:08:59 +08:00
Add using ConvertToLLVMPattern::match/matchAndRewrite to avoid 'hiding overload' warning.
Reviewed By: ftynse Differential Revision: https://reviews.llvm.org/D92303
This commit is contained in:
@@ -605,6 +605,10 @@ public:
|
||||
}
|
||||
return failure();
|
||||
}
|
||||
|
||||
private:
|
||||
using ConvertToLLVMPattern::match;
|
||||
using ConvertToLLVMPattern::matchAndRewrite;
|
||||
};
|
||||
|
||||
namespace LLVM {
|
||||
|
||||
Reference in New Issue
Block a user