Skip to content

Commit 639cce4

Browse files
Format file according to clang-format
1 parent c7477ed commit 639cce4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

llvm/lib/IR/AutoUpgrade.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)