Skip to content

Commit 914cfc4

Browse files
committed
!fixup fix formatting
1 parent af3d985 commit 914cfc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CodeGen/CGBuiltin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3716,7 +3716,7 @@ RValue CodeGenFunction::EmitBuiltinExpr(const GlobalDecl GD, unsigned BuiltinID,
37163716
}
37173717
case Builtin::BI__builtin_assume_dereferenceable: {
37183718
const Expr *Ptr = E->getArg(0);
3719-
const Expr *Size= E->getArg(1);
3719+
const Expr *Size = E->getArg(1);
37203720
Value *PtrValue = EmitScalarExpr(Ptr);
37213721
Value *SizeValue = EmitScalarExpr(Size);
37223722
if (SizeValue->getType() != IntPtrTy)

0 commit comments

Comments
 (0)