diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/qml/compiler/qv4isel_moth.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/compiler/qv4isel_moth.cpp b/src/qml/compiler/qv4isel_moth.cpp index c610ca6f02..d354bf66a5 100644 --- a/src/qml/compiler/qv4isel_moth.cpp +++ b/src/qml/compiler/qv4isel_moth.cpp @@ -249,7 +249,7 @@ void InstructionSelection::run(int functionIndex) opt.run(); StackSlotAllocator *stackSlotAllocator = 0; if (opt.isInSSA()) { - stackSlotAllocator = new StackSlotAllocator(opt.lifeRanges(), _function->tempCount); + //stackSlotAllocator = new StackSlotAllocator(opt.lifeRanges(), _function->tempCount); opt.convertOutOfSSA(); } |