mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Oops, missed this file when remaing ExpandPseudos to ExpandISelPseudos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119717 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8ec9d62380
commit
bd77d399c4
@ -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