| Index: src/IceCompiler.cpp
|
| diff --git a/src/IceCompiler.cpp b/src/IceCompiler.cpp
|
| index 59f18d26bf0d0ec27198b9c9a057a00a634d3172..23733ce78b9abb6d1e1188857d5c74066a9b98a3 100644
|
| --- a/src/IceCompiler.cpp
|
| +++ b/src/IceCompiler.cpp
|
| @@ -154,6 +154,7 @@ void Compiler::run(const Ice::ClFlagsExtra &ExtraFlags, GlobalContext &Ctx,
|
| Ctx.lowerGlobals("last");
|
| Ctx.lowerProfileData();
|
| Ctx.lowerConstants();
|
| + Ctx.lowerJumpTables();
|
|
|
| if (Ctx.getFlags().getOutFileType() == FT_Elf) {
|
| TimerMarker T1(Ice::TimerStack::TT_emit, &Ctx);
|
|
|