Fix `-Wreturn-type` warning. NFC.

This commit is contained in:
Michael Liao 2020-03-26 00:51:31 -04:00
parent 9514c048d8
commit d264f02c6f
1 changed files with 1 additions and 0 deletions

View File

@ -1842,6 +1842,7 @@ Optional<unsigned> X86TargetInfo::getCPUCacheLineSize() const {
case CK_Generic:
return None;
}
return None;
}
bool X86TargetInfo::validateOutputSize(const llvm::StringMap<bool> &FeatureMap,