Skip to content

Commit d85633d

Browse files
committed
format
1 parent f222378 commit d85633d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Scalar/JumpThreading.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2116,7 +2116,7 @@ void JumpThreadingPass::cloneInstructions(ValueToValueMapTy &ValueMapping,
21162116
if (const DebugLoc &DL = New->getDebugLoc())
21172117
mapAtomInstance(DL, ValueMapping);
21182118

2119-
if (RetargetDbgValueIfPossible(New))
2119+
if (RetargetDbgValueIfPossible(New))
21202120
continue;
21212121

21222122
// Remap operands to patch up intra-block references.

0 commit comments

Comments
 (0)