Remove unintentional return

llvm-svn: 265931
This commit is contained in:
Bhushan D. Attarde 2016-04-11 11:19:37 +00:00
parent ac0cac3b0d
commit 2cab00fb5b
1 changed files with 0 additions and 1 deletions

View File

@ -1344,7 +1344,6 @@ cores_match (const ArchSpec::Core core1, const ArchSpec::Core core2, bool try_in
{
if (core2 == ArchSpec::eCore_mips32el || core2 == ArchSpec::eCore_mips32r6el)
return true;
return true;
}
break;