mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-18 01:35:44 +00:00
Also verify after ExpandPostRAPseudos.
llvm-svn: 153599
This commit is contained in:
parent
02297eee5b
commit
6ce4ff3ff7
@ -394,7 +394,7 @@ void TargetPassConfig::addMachinePasses() {
|
||||
|
||||
// Expand pseudo instructions before second scheduling pass.
|
||||
addPass(ExpandPostRAPseudosID);
|
||||
printNoVerify("After ExpandPostRAPseudos");
|
||||
printAndVerify("After ExpandPostRAPseudos");
|
||||
|
||||
// Run pre-sched2 passes.
|
||||
if (addPreSched2())
|
||||
|
Loading…
x
Reference in New Issue
Block a user