Skip to content

Commit 0750dcc

Browse files
committed
clang-format
1 parent ca941e0 commit 0750dcc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/CodeGen/PreISelIntrinsicLowering.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,8 @@ bool PreISelIntrinsicLowering::lowerIntrinsics(Module &M) const {
564564
Changed |= lowerObjCCall(F, RTLIB::objc_storeWeak);
565565
break;
566566
case Intrinsic::objc_unsafeClaimAutoreleasedReturnValue:
567-
Changed |= lowerObjCCall(F, RTLIB::objc_unsafeClaimAutoreleasedReturnValue);
567+
Changed |=
568+
lowerObjCCall(F, RTLIB::objc_unsafeClaimAutoreleasedReturnValue);
568569
break;
569570
case Intrinsic::objc_retainedObject:
570571
Changed |= lowerObjCCall(F, RTLIB::objc_retainedObject);

0 commit comments

Comments
 (0)