mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-07 11:59:09 +00:00
Change -1 => negative number.
llvm-svn: 63935
This commit is contained in:
parent
2d402dd7cd
commit
629b2b88c9
@ -202,8 +202,8 @@ public:
|
||||
unsigned getAlignment() const { return Alignment; }
|
||||
|
||||
/// getCopyCost - Return the cost of copying a value between two registers in
|
||||
/// this class. -1 means the register class is very expensive to copy e.g.
|
||||
/// status flag register classes.
|
||||
/// this class. A negative number means the register class is very expensive
|
||||
/// to copy e.g. status flag register classes.
|
||||
int getCopyCost() const { return CopyCost; }
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user