mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
[NFC] Make getExpressionSize unsigned short
llvm-svn: 351727
This commit is contained in:
parent
8a48aae360
commit
589ead7620
@ -150,7 +150,7 @@ public:
|
||||
// SCEV and all its operands recursively. We may use it to avoid performing
|
||||
// heavy transformations on SCEVs of excessive size for sake of saving the
|
||||
// compilation time.
|
||||
unsigned getExpressionSize() const {
|
||||
unsigned short getExpressionSize() const {
|
||||
return ExpressionSize;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user