Skip to content

Commit 6604a44

Browse files
committed
!fixup fix formatting
1 parent 2d2dbab commit 6604a44

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
@@ -3841,7 +3841,7 @@ RValue CodeGenFunction::EmitBuiltinExpr(const GlobalDecl GD, unsigned BuiltinID,
38413841
}
38423842
case Builtin::BI__builtin_assume_dereferenceable: {
38433843
const Expr *Ptr = E->getArg(0);
3844-
const Expr *Size= E->getArg(1);
3844+
const Expr *Size = E->getArg(1);
38453845
Value *PtrValue = EmitScalarExpr(Ptr);
38463846
Value *SizeValue = EmitScalarExpr(Size);
38473847
if (SizeValue->getType() != IntPtrTy)

0 commit comments

Comments
 (0)