mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-05 11:57:07 +00:00
Fix typo in static_assert message. NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300179 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
679e17374b
commit
3d5761e1a9
@ -78,7 +78,7 @@ public:
|
||||
protected:
|
||||
Metadata(unsigned ID, StorageType Storage)
|
||||
: SubclassID(ID), Storage(Storage), SubclassData16(0), SubclassData32(0) {
|
||||
static_assert(sizeof(*this) == 8, "Metdata fields poorly packed");
|
||||
static_assert(sizeof(*this) == 8, "Metadata fields poorly packed");
|
||||
}
|
||||
|
||||
~Metadata() = default;
|
||||
|
Loading…
x
Reference in New Issue
Block a user