mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Rename getBuiltinValue -> getBuiltinValueDecl since it doesn't
produce a value, it produces a decl. Swift SVN r10697
This commit is contained in:
@@ -77,7 +77,7 @@ BuiltinModule::LookupCache::lookupValue(Identifier Name, NLKind LookupKind,
|
||||
MutableArrayRef<TypeLoc>());
|
||||
|
||||
if (Entry == 0)
|
||||
Entry = getBuiltinValue(M.Ctx, Name);
|
||||
Entry = getBuiltinValueDecl(M.Ctx, Name);
|
||||
|
||||
if (Entry)
|
||||
Result.push_back(Entry);
|
||||
|
||||
Reference in New Issue
Block a user