mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 07:34:33 +00:00
Change -1 => negative number.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63935 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6dc75fe527
commit
b3a021cdb3
@ -202,8 +202,8 @@ public:
|
|||||||
unsigned getAlignment() const { return Alignment; }
|
unsigned getAlignment() const { return Alignment; }
|
||||||
|
|
||||||
/// getCopyCost - Return the cost of copying a value between two registers in
|
/// 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.
|
/// this class. A negative number means the register class is very expensive
|
||||||
/// status flag register classes.
|
/// to copy e.g. status flag register classes.
|
||||||
int getCopyCost() const { return CopyCost; }
|
int getCopyCost() const { return CopyCost; }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user