We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ae2362 + c9c2169 commit 4e65e14Copy full SHA for 4e65e14
include/swift/SIL/SILNode.h
@@ -395,7 +395,7 @@ class alignas(8) SILNode :
395
static bool classof(SILNodePointer node) { return true; }
396
};
397
398
-static_assert(sizeof(SILNode) <= 4 * sizeof(void *),
+static_assert(sizeof(SILNode) <= 4 * sizeof(uint64_t),
399
"SILNode must stay small");
400
401
inline llvm::raw_ostream &operator<<(llvm::raw_ostream &OS,
0 commit comments