mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Mangler] pass the APInt as const-ref
This commit is contained in:
@@ -152,7 +152,7 @@ public:
|
||||
void manglePrefix(char Prefix);
|
||||
|
||||
/// Mangle the integer \p Prefix into the name.
|
||||
void manglePrefix(APInt Prefix);
|
||||
void manglePrefix(const APInt &Prefix);
|
||||
|
||||
/// Mangles globalinit_token and globalinit_func, which are used to
|
||||
/// initialize global variables.
|
||||
|
||||
Reference in New Issue
Block a user