Skip to content

Commit dca1252

Browse files
author
Max Kazantsev
committed
[NFC] Make getExpressionSize unsigned short
llvm-svn: 351727
1 parent 9d45edf commit dca1252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Analysis/ScalarEvolution.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ class SCEV : public FoldingSetNode {
150150
// SCEV and all its operands recursively. We may use it to avoid performing
151151
// heavy transformations on SCEVs of excessive size for sake of saving the
152152
// compilation time.
153-
unsigned getExpressionSize() const {
153+
unsigned short getExpressionSize() const {
154154
return ExpressionSize;
155155
}
156156

0 commit comments

Comments
 (0)