Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/pgarba/SiMBA-
Browse files Browse the repository at this point in the history
  • Loading branch information
adam committed Mar 12, 2024
2 parents 7756942 + 79d9b46 commit 21512bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LLVMParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ void LLVMParser::extractCandidates(llvm::Function &F,
case Instruction::IntToPtr:
case Instruction::BitCast: {
MBACandidate Cand;
Cand.Candidate = dyn_cast<BinaryOperator>(&*I);
Cand.Candidate = dyn_cast<Instruction>(&*I);
Candidates.push_back(Cand);
}
default: {
Expand Down

0 comments on commit 21512bd

Please sign in to comment.