Auto merge of #83050 - osa1:issue83048, r=matthewjasper
Run analyses before thir-tree dumps Fixes #83048
This commit is contained in:
commit
2e012ce681
4 changed files with 45 additions and 24 deletions
|
@ -2274,7 +2274,7 @@ impl PpMode {
|
|||
|
||||
pub fn needs_analysis(&self) -> bool {
|
||||
use PpMode::*;
|
||||
matches!(*self, Mir | MirCFG)
|
||||
matches!(*self, Mir | MirCFG | ThirTree)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue