Skip to content

Commit 204e7ec

Browse files
committed
---
yaml --- r: 315385 b: refs/heads/master-next c: 0cbc931 h: refs/heads/master i: 315383: 4d6aa6a
1 parent c47bff3 commit 204e7ec

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,6 +1,6 @@
11
---
22
refs/heads/master: 3fe9333052029c114ef816ea805c335eb1ee8a99
3-
refs/heads/master-next: a98f27a52d1beaf5f0f8f21dc615050ccd44639b
3+
refs/heads/master-next: 0cbc931bb76dec3465b16cb96a2ae39e8b12ccce
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
66
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-b: 66d897bfcf64a82cb9a87f5e663d889189d06d07

branches/master-next/include/swift/SIL/SILInstruction.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ class MultipleValueInstructionTrailingObjects<Derived, DerivedResult,
962962
MultipleValueInstruction *,
963963
DerivedResult,
964964
FinalOtherTrailingTypes...> {
965-
static_assert(LLVM_IS_FINAL(DerivedResult),
965+
static_assert(std::is_final<DerivedResult>(),
966966
"Expected DerivedResult to be final");
967967
static_assert(
968968
std::is_base_of<MultipleValueInstructionResult, DerivedResult>::value,

0 commit comments

Comments
 (0)