Skip to content

Commit

Permalink
[CFG] update buildin func
Browse files Browse the repository at this point in the history
  • Loading branch information
lyh552506 committed Aug 20, 2024
1 parent 6b614a6 commit 68347fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/CFG.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1212,7 +1212,8 @@ BuildInFunction *BuildInFunction::GetBuildInFunction(std::string _id) {
return VoidType::NewVoidTypeGet();
if(_id == "CacheLookUp")
return VoidType::NewVoidTypeGet();

if(_id == "CacheLookUp4")
return VoidType::NewVoidTypeGet();
assert(0);
};
if (mp.find(_id) == mp.end()) {
Expand Down

0 comments on commit 68347fe

Please sign in to comment.