File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4375,13 +4375,13 @@ void llvm::UpgradeIntrinsicCall(CallBase *CI, Function *NewFn) {
43754375 not_consumed = false ;
43764376 if (entry.first == prefix_x86 || Name != " stackprotectorcheck" ) {
43774377 if (entry.first == prefix_dbg) {
4378- // We might have decided we don't want the new format after all between
4379- // first requesting the upgrade and now; skip the conversion if that is
4380- // the case, and check here to see if the intrinsic needs to be upgraded
4381- // normally.
4378+ // We might have decided we don't want the new format after all
4379+ // between first requesting the upgrade and now; skip the conversion
4380+ // if that is the case, and check here to see if the intrinsic needs
4381+ // to be upgraded normally.
43824382 if (!CI->getModule ()->IsNewDbgInfoFormat ) {
4383- bool NeedsUpgrade =
4384- upgradeIntrinsicFunction1 ( CI->getCalledFunction (), NewFn, false );
4383+ bool NeedsUpgrade = upgradeIntrinsicFunction1 (
4384+ CI->getCalledFunction (), NewFn, false );
43854385 if (!NeedsUpgrade)
43864386 return ;
43874387 FallthroughToDefaultUpgrade = true ;
You can’t perform that action at this time.
0 commit comments