We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02db00b commit 1549605Copy full SHA for 1549605
llvm/lib/CodeGen/LiveIntervals.cpp
@@ -137,8 +137,8 @@ bool LiveIntervals::invalidate(
137
138
// LiveIntervals holds pointers to these results, so check for their
139
// invalidation.
140
- return (Inv.invalidate<SlotIndexesAnalysis>(MF, PA) ||
141
- Inv.invalidate<MachineDominatorTreeAnalysis>(MF, PA));
+ return Inv.invalidate<SlotIndexesAnalysis>(MF, PA) ||
+ Inv.invalidate<MachineDominatorTreeAnalysis>(MF, PA);
142
}
143
144
void LiveIntervals::clear() {
0 commit comments