Skip to content

Commit 512e3f4

Browse files
committed
lint fix hack
1 parent 24a7669 commit 512e3f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/target/source/codegen_c.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ void CodeGenC::PrintVecStore(const VarNode* buffer, DataType t, PrimExpr base,
345345
}
346346

347347
std::string CodeGenC::CastFromTo(std::string value, DataType from, DataType target) {
348-
// if (from == target) return value;
348+
// if (from == target) return value;
349349
std::ostringstream os;
350350
os << "((";
351351
this->PrintType(target, os);

0 commit comments

Comments
 (0)