| Index: src/IceGlobalContext.cpp
|
| diff --git a/src/IceGlobalContext.cpp b/src/IceGlobalContext.cpp
|
| index 678c521ddf462f48f2362c9de99903a90283410b..45fb999aec667b8bc7c7bc4d26ea3e4a7ce1427a 100644
|
| --- a/src/IceGlobalContext.cpp
|
| +++ b/src/IceGlobalContext.cpp
|
| @@ -471,6 +471,10 @@ void GlobalContext::lowerConstants() { DataLowering->lowerConstants(); }
|
|
|
| void GlobalContext::lowerJumpTables() { DataLowering->lowerJumpTables(); }
|
|
|
| +void GlobalContext::emitTargetRODataSections() {
|
| + DataLowering->emitTargetRODataSections();
|
| +}
|
| +
|
| void GlobalContext::saveBlockInfoPtrs() {
|
| for (VariableDeclaration *Global : Globals) {
|
| if (Cfg::isProfileGlobal(*Global)) {
|
|
|