Add a missing break statement. NFC.

llvm-svn: 286203
This commit is contained in:
George Burgess IV 2016-11-08 04:01:50 +00:00
parent 76728d88ec
commit 63b06e185c
1 changed files with 1 additions and 0 deletions

View File

@ -219,6 +219,7 @@ static bool UpgradeIntrinsicFunction1(Function *F, Function *&NewFn) {
NewFn = nullptr;
return true;
}
break;
case 'x': {
bool IsX86 = Name.startswith("x86.");