| Index: src/IceTargetLowering.h
|
| diff --git a/src/IceTargetLowering.h b/src/IceTargetLowering.h
|
| index 7aa24832a0089fae0f6d099564388f3055395307..4bfe4b415b46c89124312b56533b00364a4b3561 100644
|
| --- a/src/IceTargetLowering.h
|
| +++ b/src/IceTargetLowering.h
|
| @@ -153,6 +153,7 @@ public:
|
| return false;
|
| }
|
|
|
| + virtual SizeT getNumRegisters() const = 0;
|
| // Returns a variable pre-colored to the specified physical
|
| // register. This is generally used to get very direct access to
|
| // the register such as in the prolog or epilog or for marking
|
|
|