Skip to content

Commit efc23f6

Browse files
uraimojrose-apple
authored andcommitted
---
yaml --- r: 348894 b: refs/heads/master c: 4055530 h: refs/heads/master
1 parent 61065f4 commit efc23f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 5d817d9d5886a3d0bcfebd9f150d3fc874439804
2+
refs/heads/master: 40555302784023509f1b342b93d27c392e8f8099
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/include/swift/SIL/SILConstants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ class SymbolicValue {
556556
void dump() const;
557557
};
558558

559-
static_assert(sizeof(SymbolicValue) == 2 * sizeof(void *),
559+
static_assert(sizeof(SymbolicValue) == 2 * sizeof(uint64_t),
560560
"SymbolicValue should stay small");
561561
static_assert(std::is_pod<SymbolicValue>::value,
562562
"SymbolicValue should stay POD");

0 commit comments

Comments
 (0)