mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
libswift: reimplement AssumeSingleThreaded pass
This commit is contained in:
@@ -131,7 +131,7 @@ PASS(ArrayCountPropagation, "array-count-propagation",
|
||||
"Array Count Propagation")
|
||||
PASS(ArrayElementPropagation, "array-element-propagation",
|
||||
"Array Element Propagation")
|
||||
PASS(AssumeSingleThreaded, "sil-assume-single-threaded",
|
||||
SWIFT_FUNCTION_PASS(AssumeSingleThreaded, "sil-assume-single-threaded",
|
||||
"Assume Single-Threaded Environment")
|
||||
PASS(BasicInstructionPropertyDumper, "basic-instruction-property-dump",
|
||||
"Print SIL Instruction MemBehavior and ReleaseBehavior Information")
|
||||
|
||||
Reference in New Issue
Block a user