"llvm/lib/System/Unix/MappedFile.inc" did not exist on "9895937618c776d629e97a8e2169f35dbfaf286f"
-
Bill Wendling authored
There are two ways that a later store can comletely overlap a previous store: 1. They both start at the same offset, but the earlier store's size is <= the later's size, or 2. The earlier store's offset is > the later's offset, but it's offset + size doesn't extend past the later's offset + size. llvm-svn: 128332
19f33b93
Loading