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 9d45edf commit dca1252Copy full SHA for dca1252
llvm/include/llvm/Analysis/ScalarEvolution.h
@@ -150,7 +150,7 @@ class SCEV : public FoldingSetNode {
150
// SCEV and all its operands recursively. We may use it to avoid performing
151
// heavy transformations on SCEVs of excessive size for sake of saving the
152
// compilation time.
153
- unsigned getExpressionSize() const {
+ unsigned short getExpressionSize() const {
154
return ExpressionSize;
155
}
156
0 commit comments