mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-15 15:48:38 +00:00
Oops, missed this file when remaing ExpandPseudos to ExpandISelPseudos.
llvm-svn: 119717
This commit is contained in:
parent
3998a0430f
commit
3b19bfe496
@ -345,8 +345,8 @@ bool LLVMTargetMachine::addCommonCodeGenPasses(PassManagerBase &PM,
|
||||
// Print the instruction selected machine code...
|
||||
printAndVerify(PM, "After Instruction Selection");
|
||||
|
||||
// Expand pseudo-instructions emitted by isel.
|
||||
PM.add(createExpandPseudosPass());
|
||||
// Expand pseudo-instructions emitted by ISel.
|
||||
PM.add(createExpandISelPseudosPass());
|
||||
|
||||
// Optimize PHIs before DCE: removing dead PHI cycles may make more
|
||||
// instructions dead.
|
||||
|
Loading…
Reference in New Issue
Block a user