Skip to content

Commit b3e102a

Browse files
MMoryfabianbs96
andauthored
Update include/phasar/PhasarLLVM/DataFlowSolver/IfdsIde/LLVMZeroValue.h
Co-authored-by: fabianbs96 <52407375+fabianbs96@users.noreply.github.com>
1 parent 86984b3 commit b3e102a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/phasar/PhasarLLVM/DataFlowSolver/IfdsIde/LLVMZeroValue.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class LLVMZeroValue : public llvm::GlobalVariable {
6868
return LLVMZeroValueInternalName;
6969
}
7070

71-
bool isLLVMZeroValue(const llvm::Value *V) const {
71+
static bool isLLVMZeroValue(const llvm::Value *V) {
7272
if (V && V->hasName()) {
7373
// checks if V's name start with "zero_value"
7474
return V->getName().find(LLVMZeroValueInternalName) !=

0 commit comments

Comments
 (0)