| Index: src/IceTargetLoweringX8632.cpp
|
| diff --git a/src/IceTargetLoweringX8632.cpp b/src/IceTargetLoweringX8632.cpp
|
| index 9d314acb9c17555709ec61e96fe94d533515a426..efadb85558a0844062e835138c1afc9d4ae6320b 100644
|
| --- a/src/IceTargetLoweringX8632.cpp
|
| +++ b/src/IceTargetLoweringX8632.cpp
|
| @@ -757,7 +757,7 @@ void TargetDataX8632::emitConstantPool(GlobalContext *Ctx) {
|
| assert(CharsPrinted >= 0 &&
|
| (size_t)CharsPrinted < llvm::array_lengthof(buf));
|
| (void)CharsPrinted; // avoid warnings if asserts are disabled
|
| - Const->emitPoolLabel(Str);
|
| + Const->emitPoolLabel(Str, Ctx);
|
| Str << ":\n\t" << T::AsmTag << "\t" << buf << "\t# " << T::TypeName << " "
|
| << Value << "\n";
|
| }
|
|
|