[SIL] Renamed specify_test instruction.

Changed from test_specification which is too many characters and
insufficiently active.
This commit is contained in:
Nate Chandler
2023-09-22 14:38:19 -07:00
parent 3c0c7fff11
commit 28f742e248
37 changed files with 233 additions and 232 deletions

View File

@@ -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, \