Skip to content

Commit 4b93593

Browse files
committed
lose attribute
1 parent 050df41 commit 4b93593

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/lib/CodeGen/CGRecordLayoutBuilder.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -948,8 +948,7 @@ void CGRecordLowering::calculateZeroInit() {
948948
}
949949

950950
// Verify accumulateBitfields computed the correct storage representations.
951-
void CGRecordLowering::checkBitfieldClipping(
952-
bool IsNonVirtualBaseType LLVM_ATTRIBUTE_UNUSED) const {
951+
void CGRecordLowering::checkBitfieldClipping(bool IsNonVirtualBaseType) const {
953952
#ifndef NDEBUG
954953
auto ScissorOffset = calculateTailClippingOffset(IsNonVirtualBaseType);
955954
auto Tail = CharUnits::Zero();

0 commit comments

Comments
 (0)