We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55832f8 commit 5436abaCopy full SHA for 5436aba
src/coreclr/jit/compiler.h
@@ -669,7 +669,7 @@ class LclVarDsc
669
private:
670
unsigned char lvIsNeverNegative : 1; // The local is known to be never negative
671
672
- unsigned char lvIsSpan : 1; // The local is a Span<T>
+ unsigned char lvIsSpan : 1; // The local is a Span<T>
673
unsigned char lvIsByrefToByrefOnlyStruct : 1; // The local is a known byref to byref-like struct
674
675
public:
0 commit comments