mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Before this commit all code relating to handling arguments in SILBasicBlock had somewhere in the name BB. This is redundant given that the class's name is already SILBasicBlock. This commit drops those names. Some examples: getBBArg() => getArgument() BBArgList => ArgumentList bbarg_begin() => args_begin()
59 KiB
59 KiB