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 1202e86 commit 940b928Copy full SHA for 940b928
llvm/include/llvm/Analysis/DXILResource.h
@@ -597,13 +597,10 @@ class DXILResourceCounterDirectionMap {
597
CounterDirections, Info,
598
[](const auto &LHS, const auto &RHS) { return LHS.first < RHS; });
599
600
- if (Lower == CounterDirections.end()) {
+ if (Lower == CounterDirections.end())
601
return ResourceCounterDirection::Unknown;
602
- }
603
-
604
- if (Lower->first != Info) {
+ if (Lower->first != Info)
605
606
607
608
return Lower->second;
609
}
0 commit comments