|
@@ -27,7 +27,7 @@ void InitializeModuleAndPassManager(void) {
|
|
|
// HACK:: removed because not present in the full code listing and because of
|
|
|
// errors in linking phase (libLLVMTransformUtils)
|
|
|
// Promote allocas to registers.
|
|
|
- //JITObjects::TheFPM->add(createPromoteMemoryToRegisterPass());
|
|
|
+ JITObjects::TheFPM->add(createPromoteMemoryToRegisterPass());
|
|
|
// Do simple "peephole" optimizations and bit-twiddling optzns.
|
|
|
JITObjects::TheFPM->add(createInstructionCombiningPass());
|
|
|
// Reassociate expressions.
|