aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Analysis/ProgramEdge.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Analysis/ProgramEdge.h')
-rw-r--r--include/clang/Analysis/ProgramEdge.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Analysis/ProgramEdge.h b/include/clang/Analysis/ProgramEdge.h
index 0962d71461..fb81c701f3 100644
--- a/include/clang/Analysis/ProgramEdge.h
+++ b/include/clang/Analysis/ProgramEdge.h
@@ -114,7 +114,7 @@ namespace llvm { // Traits specialization for DenseMap
template <> struct DenseMapInfo<clang::ProgramEdge> {
static inline clang::ProgramEdge getEmptyKey() {
- return clang::BlkBlkEdge(NULL,NULL);
+ return clang::BlkBlkEdge(0, 0);
}
static inline clang::ProgramEdge getTombstoneKey() {