Skip to content

Commit 53c4250

Browse files
Revert trivial spacing changes
1 parent a31ad92 commit 53c4250

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/IRGen/GenMeta.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6516,7 +6516,7 @@ GenericArgumentMetadata irgen::addGenericRequirements(
65166516
unsigned tag = unsigned(descriptorRef.isIndirect());
65176517
if (protocol->isObjC())
65186518
tag |= 0x02;
6519-
6519+
65206520
B.addTaggedRelativeOffset(IGM.RelativeAddressTy,
65216521
descriptorRef.getValue(),
65226522
tag);

lib/IRGen/IRGenFunction.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,6 @@ IRGenFunction::emitLoadOfRelativePointer(Address addr, bool isFar,
327327
if (!isFar) {
328328
value = Builder.CreateSExt(value, IGM.IntPtrTy);
329329
}
330-
331330
auto *addrInt = Builder.CreatePtrToInt(addr.getAddress(), IGM.IntPtrTy);
332331
auto *uncastPointerInt = Builder.CreateAdd(addrInt, value);
333332
auto *uncastPointer = Builder.CreateIntToPtr(uncastPointerInt, IGM.Int8PtrTy);

0 commit comments

Comments
 (0)