| Index: src/IceGlobalContext.cpp
|
| diff --git a/src/IceGlobalContext.cpp b/src/IceGlobalContext.cpp
|
| index 51ca3f08240d49b4252358ef2c62389b2c0f05de..5bfd95814bc1360fb92422b2fee61c0c147fd925 100644
|
| --- a/src/IceGlobalContext.cpp
|
| +++ b/src/IceGlobalContext.cpp
|
| @@ -385,6 +385,8 @@ void GlobalContext::emitFileHeader() {
|
|
|
| void GlobalContext::lowerConstants() { DataLowering->lowerConstants(); }
|
|
|
| +void GlobalContext::lowerJumpTables() { DataLowering->lowerJumpTables(); }
|
| +
|
| void GlobalContext::lowerGlobals(const IceString &SectionSuffix) {
|
| TimerMarker T(TimerStack::TT_emitGlobalInitializers, this);
|
| const bool DumpGlobalVariables = BuildDefs::dump() && Flags.getVerbose() &&
|
|
|