X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FSupport%2FIntervalMap.cpp;h=e11a7f2eb843ee0e7a507148bf1cdb8c0c1e1578;hb=dd65ba2dbe6a8cb0fb15818193d011ccd20263a0;hp=4dfcc404ca42833f6c2b397c7626aebc368db9a8;hpb=7a26aca73ff2c8c4cb3205a776cc6743949b1fb7;p=oota-llvm.git diff --git a/lib/Support/IntervalMap.cpp b/lib/Support/IntervalMap.cpp index 4dfcc404ca4..e11a7f2eb84 100644 --- a/lib/Support/IntervalMap.cpp +++ b/lib/Support/IntervalMap.cpp @@ -58,7 +58,7 @@ void Path::moveLeft(unsigned Level) { } } else if (height() < Level) // end() may have created a height=0 path. - path.resize(Level + 1, Entry(0, 0, 0)); + path.resize(Level + 1, Entry(nullptr, 0, 0)); // NR is the subtree containing our left sibling. --path[l].offset;