File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -940,7 +940,7 @@ struct BridgedInstruction {
940
940
SWIFT_IMPORT_UNSAFE BRIDGED_INLINE BridgedGlobalVar GlobalAccessInst_getGlobal () const ;
941
941
SWIFT_IMPORT_UNSAFE BRIDGED_INLINE BridgedGlobalVar AllocGlobalInst_getGlobal () const ;
942
942
SWIFT_IMPORT_UNSAFE BRIDGED_INLINE BridgedFunction FunctionRefBaseInst_getReferencedFunction () const ;
943
- SWIFT_IMPORT_UNSAFE BRIDGED_INLINE OptionalInt IntegerLiteralInst_getValue () const ;
943
+ BRIDGED_INLINE OptionalInt IntegerLiteralInst_getValue () const ;
944
944
SWIFT_IMPORT_UNSAFE BRIDGED_INLINE BridgedStringRef StringLiteralInst_getValue () const ;
945
945
BRIDGED_INLINE int StringLiteralInst_getEncoding () const ;
946
946
BRIDGED_INLINE SwiftInt TupleExtractInst_fieldIndex () const ;
You can’t perform that action at this time.
0 commit comments