Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit 8b2b49d

Browse files
author
Mingzhe Li
committed
Fix compilation issue: hides overloaded virtual functions
1 parent ebd23e9 commit 8b2b49d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/polyhedral/codegen_llvm.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ class CodeGen_TC : public Halide::Internal::CodeGen_X86 {
250250
}
251251

252252
protected:
253+
using CodeGen_X86::visit;
253254
void visit(const Halide::Internal::Call* call) override {
254255
if (call->call_type == Halide::Internal::Call::CallType::Image ||
255256
call->call_type == Halide::Internal::Call::CallType::Halide) {

0 commit comments

Comments
 (0)