NFC: Fix build failure after rL341182

Didn't rename another variable reference.

llvm-svn: 341184
This commit is contained in:
Kirill Bobyrev 2018-08-31 08:29:48 +00:00
parent 6c3f626378
commit c38b3f0308
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ static SmallString<128> canonicalize(StringRef Path) {
return Result;
}
constexpr const unsigned FileDistance::kUnreachable;
constexpr const unsigned FileDistance::Unreachable;
FileDistance::FileDistance(StringMap<SourceParams> Sources,
const FileDistanceOptions &Opts)