Skip to content

Commit 8b9db39

Browse files
authored
Update LLVMPointsToGraph.h
1 parent 5601897 commit 8b9db39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/phasar/PhasarLLVM/Pointer/LLVMPointsToGraph.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class LLVMPointsToGraph : public LLVMPointsToInfo {
7676
/// This may contain a call or invoke instruction.
7777
const llvm::Value *V = nullptr;
7878
EdgeProperties() = default;
79-
EdgeProperties(const llvm::Value *v);
79+
EdgeProperties(const llvm::Value *V);
8080
[[nodiscard]] std::string getValueAsString() const;
8181
};
8282

0 commit comments

Comments
 (0)