mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Rename DependencyGraphImpl -> CoarseGrainedDependencyGraphImpl, unformatted
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user