Chromium Code Reviews| Index: src/IceFixups.cpp |
| diff --git a/src/IceFixups.cpp b/src/IceFixups.cpp |
| index a86d985a917b419b6a450a32eab46bb0bfce92ae..6f50f85c61aa0ad3c7b0f78a782896d276b0664e 100644 |
| --- a/src/IceFixups.cpp |
| +++ b/src/IceFixups.cpp |
| @@ -43,7 +43,7 @@ IceString AssemblerFixup::symbol(const GlobalContext *Ctx) const { |
| // NOTE: currently only float/doubles are put into constant pools. In the |
| // future we may put integers as well. |
| assert(llvm::isa<ConstantFloat>(C) || llvm::isa<ConstantDouble>(C)); |
| - C->emitPoolLabel(Str); |
| + C->emitPoolLabel(Str, Ctx); |
| } |
| return Str.str(); |
| } |