[Mangler] pass the APInt as const-ref

This commit is contained in:
Nadav Rotem
2015-12-23 00:18:23 -08:00
parent 99d17a47f9
commit 0d037ad917
2 changed files with 2 additions and 2 deletions

View File

@@ -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.