Skip to content

Commit 9f14137

Browse files
committed
[NFC] Move SILFunctionConventions into its own header.
1 parent 2935301 commit 9f14137

File tree

4 files changed

+389
-350
lines changed

4 files changed

+389
-350
lines changed

include/swift/AST/Types.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2821,7 +2821,7 @@ class SILParameterInfo {
28212821
/// storage. Therefore they will be passed using an indirect formal
28222822
/// convention, and this method will return an address type. However, in
28232823
/// canonical SIL the opaque arguments might not have an address type.
2824-
SILType getSILStorageType() const; // in SILType.h
2824+
SILType getSILStorageType() const; // in SILFunctioConventions.h
28252825

28262826
/// Return a version of this parameter info with the type replaced.
28272827
SILParameterInfo getWithType(CanType type) const {
@@ -2918,7 +2918,7 @@ class SILResultInfo {
29182918
/// storage. Therefore they will be returned using an indirect formal
29192919
/// convention, and this method will return an address type. However, in
29202920
/// canonical SIL the opaque results might not have an address type.
2921-
SILType getSILStorageType() const; // in SILType.h
2921+
SILType getSILStorageType() const; // in SILFunctioConventions.h
29222922

29232923
/// Return a version of this result info with the type replaced.
29242924
SILResultInfo getWithType(CanType type) const {

0 commit comments

Comments
 (0)