Skip to content

Commit d69c344

Browse files
committed
yet more fmt
1 parent fb1f68c commit d69c344

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/CodeGen/WindowsSecureHotPatching.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,8 +416,8 @@ static Value *rewriteGlobalVariablesInConstant(
416416
Value *OldValue = C->getOperand(OpIndex);
417417
Value *ReplacedValue = nullptr;
418418
if (Constant *OldConstant = dyn_cast<Constant>(OldValue)) {
419-
ReplacedValue = rewriteGlobalVariablesInConstant(
420-
OldConstant, GVLoadMap, IRBuilderAtEntry);
419+
ReplacedValue = rewriteGlobalVariablesInConstant(OldConstant, GVLoadMap,
420+
IRBuilderAtEntry);
421421
}
422422
// Do not use short-circuiting, here. We need to traverse the whole tree.
423423
ReplacedAnyOperands |= ReplacedValue != nullptr;

0 commit comments

Comments
 (0)