Skip to content

Commit c0b8ab0

Browse files
kasuga-fjfhahn
andauthored
Update llvm/lib/Transforms/Scalar/LoopInterchange.cpp
Co-authored-by: Florian Hahn <[email protected]>
1 parent 6598b4f commit c0b8ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Scalar/LoopInterchange.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1224,7 +1224,7 @@ bool LoopInterchangeProfitability::isProfitable(
12241224
RuleOrder[2] = RuleTy::PerInstrOrderCost;
12251225
}
12261226

1227-
std::optional<bool> shouldInterchange;
1227+
std::optional<bool> ShouldInterchange;
12281228
for (RuleTy RT : RuleOrder) {
12291229
switch (RT) {
12301230
case RuleTy::PerLoopCacheAnalysis:

0 commit comments

Comments
 (0)