Rename DependencyGraphImpl -> CoarseGrainedDependencyGraphImpl, unformatted

This commit is contained in:
David Ungar
2019-12-04 10:20:23 -08:00
parent 200b181eb3
commit 2ff5855c63
6 changed files with 40 additions and 40 deletions

View File

@@ -3,7 +3,7 @@
#include "gtest/gtest.h"
using namespace swift;
using LoadResult = DependencyGraphImpl::LoadResult;
using LoadResult = CoarseGrainedDependencyGraphImpl::LoadResult;
using namespace reference_dependency_keys;
static LoadResult loadFromString(DependencyGraph<uintptr_t> &dg, uintptr_t node,