Skip to content

Commit 06ffd8e

Browse files
committed
Simplify expression (NFC)
(cherry picked from commit e578fc0)
1 parent 57b1664 commit 06ffd8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/IRGen/DebugTypeInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class CompletedDebugTypeInfo : public DebugTypeInfo {
128128
DebugTypeInfo::getFromTypeInfo(Ty, Info));
129129
}
130130

131-
Size::int_type getSizeValue() const { return size.getValue().getValue(); }
131+
Size::int_type getSizeValue() const { return size->getValue(); }
132132
};
133133

134134
}

0 commit comments

Comments
 (0)