Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.

Commit aac33c8

Browse files
author
Max Kazantsev
committed
[NFC] Make getExpressionSize unsigned short
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@351727 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 75bc577 commit aac33c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/llvm/Analysis/ScalarEvolution.h

+1-1
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)