forked from OSchip/llvm-project
parent
76728d88ec
commit
63b06e185c
|
@ -219,6 +219,7 @@ static bool UpgradeIntrinsicFunction1(Function *F, Function *&NewFn) {
|
|||
NewFn = nullptr;
|
||||
return true;
|
||||
}
|
||||
break;
|
||||
|
||||
case 'x': {
|
||||
bool IsX86 = Name.startswith("x86.");
|
||||
|
|
Loading…
Reference in New Issue