summaryrefslogtreecommitdiff
path: root/src/jit/morph.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/morph.cpp')
-rw-r--r--src/jit/morph.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/jit/morph.cpp b/src/jit/morph.cpp
index 1cf4f37747..5f675dd76b 100644
--- a/src/jit/morph.cpp
+++ b/src/jit/morph.cpp
@@ -16857,14 +16857,10 @@ void Compiler::fgMorph()
// local variable allocation on the stack.
ObjectAllocator objectAllocator(this); // PHASE_ALLOCATE_OBJECTS
-// TODO-ObjectStackAllocation: Enable the optimization for architectures using
-// JIT32_GCENCODER (i.e., x86).
-#ifndef JIT32_GCENCODER
if (JitConfig.JitObjectStackAllocation() && opts.OptimizationEnabled())
{
objectAllocator.EnableObjectStackAllocation();
}
-#endif // JIT32_GCENCODER
objectAllocator.Run();