mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-02 09:16:40 +00:00
CodeGen: Allow verifier to run after MachineBlockPlacement
No tests break with this enabled. llvm-svn: 272340
This commit is contained in:
parent
99f6f9fa1d
commit
7c29915da6
@ -834,7 +834,7 @@ bool TargetPassConfig::addGCPasses() {
|
||||
|
||||
/// Add standard basic block placement passes.
|
||||
void TargetPassConfig::addBlockPlacement() {
|
||||
if (addPass(&MachineBlockPlacementID, false)) {
|
||||
if (addPass(&MachineBlockPlacementID)) {
|
||||
// Run a separate pass to collect block placement statistics.
|
||||
if (EnableBlockPlacementStats)
|
||||
addPass(&MachineBlockPlacementStatsID);
|
||||
|
Loading…
x
Reference in New Issue
Block a user