mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[SIL] Renamed specify_test instruction.
Changed from test_specification which is too many characters and insufficiently active.
This commit is contained in:
@@ -836,7 +836,7 @@ NON_VALUE_INST(DebugValueInst, debug_value,
|
||||
SILInstruction, None, DoesNotRelease)
|
||||
NON_VALUE_INST(DebugStepInst, debug_step,
|
||||
SILInstruction, MayHaveSideEffects, DoesNotRelease)
|
||||
NON_VALUE_INST(TestSpecificationInst, test_specification,
|
||||
NON_VALUE_INST(TestSpecificationInst, specify_test,
|
||||
SILInstruction, None, DoesNotRelease)
|
||||
#define NEVER_OR_SOMETIMES_LOADABLE_CHECKED_REF_STORAGE(Name, name, ...) \
|
||||
NON_VALUE_INST(Store##Name##Inst, store_##name, \
|
||||
|
||||
Reference in New Issue
Block a user