Skip to content

Commit c363ca9

Browse files
committed
---
yaml --- r: 349484 b: refs/heads/master-next c: ee36335 h: refs/heads/master
1 parent 2665e14 commit c363ca9

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
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: 3574c513bbc5578dd9346b4ea9ab5995c5927bb5
3-
refs/heads/master-next: fbd98369b98f2f08182ce0a2296a4bf3f7cac42e
3+
refs/heads/master-next: ee363355bd2cc3e20bc674da681b703c7f7f7138
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/SILLocation.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ class SILLocation {
6969

7070
public:
7171
enum LocationKind : unsigned {
72-
// FIXME: NoneKind is to be removed.
73-
NoneKind = 0,
7472
RegularKind = 1,
7573
ReturnKind = 2,
7674
ImplicitReturnKind = 3,

branches/master-next/lib/SIL/SILPrinter.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -760,9 +760,6 @@ class SILPrinter : public SILInstructionVisitor<SILPrinter> {
760760

761761
// Print the type of location.
762762
switch (L.getKind()) {
763-
case SILLocation::NoneKind:
764-
assert(L.isAutoGenerated() && "This kind shouldn't be printed.");
765-
break;
766763
case SILLocation::RegularKind:
767764
break;
768765
case SILLocation::ReturnKind:

0 commit comments

Comments
 (0)