Skip to content

Commit

Permalink
Well...
Browse files Browse the repository at this point in the history
  • Loading branch information
woachk committed Nov 7, 2020
1 parent 7cb5bc5 commit 8a23913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Passes/FunctionWrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ struct FunctionWrapper : public ModulePass {
if (calledFunction == nullptr ||
(!isa<ConstantExpr>(calledFunction) &&
!isa<Function>(calledFunction)) ||
CS->getIntrinsicID() != Intrinsic::not_intrinsic) {
CS->getIntrinsicID() != Intrinsic::ID::not_intrinsic) {
return nullptr;
}
if (Function *tmp = dyn_cast<Function>(calledFunction)) {
Expand Down

0 comments on commit 8a23913

Please sign in to comment.