mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-03 02:43:51 +00:00
Unbreak JIT
llvm-svn: 50173
This commit is contained in:
parent
244a615291
commit
74178d02d1
@ -224,6 +224,10 @@ bool LLVMTargetMachine::addPassesToEmitMachineCode(PassManagerBase &PM,
|
||||
if (EnableSinking)
|
||||
PM.add(createMachineSinkingPass());
|
||||
|
||||
// Run pre-ra passes.
|
||||
if (addPreRegAlloc(PM, Fast) && PrintMachineCode)
|
||||
PM.add(createMachineFunctionPrinterPass(cerr));
|
||||
|
||||
// Perform register allocation to convert to a concrete x86 representation
|
||||
PM.add(createRegisterAllocator());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user