Skip to content

Commit f1c4b1f

Browse files
committed
[𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.4 [skip ci]
1 parent 5bb0642 commit f1c4b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ class HWAddressSanitizer {
411411

412412
Type *VoidTy = Type::getVoidTy(M.getContext());
413413
Type *IntptrTy = M.getDataLayout().getIntPtrType(M.getContext());
414-
PointerType *PtrTy = PointerType::get(M.getContext(), /* AddressSpace= */0);
414+
PointerType *PtrTy = PointerType::get(M.getContext(), /* AddressSpace= */ 0);
415415
Type *Int8Ty = Type::getInt8Ty(M.getContext());
416416
Type *Int32Ty = Type::getInt32Ty(M.getContext());
417417
Type *Int64Ty = Type::getInt64Ty(M.getContext());

0 commit comments

Comments
 (0)