summaryrefslogtreecommitdiff
path: root/src/jit/lsra.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/lsra.h')
-rw-r--r--src/jit/lsra.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jit/lsra.h b/src/jit/lsra.h
index 72c54593a5..65a23b3ca6 100644
--- a/src/jit/lsra.h
+++ b/src/jit/lsra.h
@@ -717,6 +717,7 @@ private:
#ifdef _TARGET_ARM_
bool isSecondHalfReg(RegRecord* regRec, Interval* interval);
+ RegRecord* getSecondHalfRegRec(RegRecord* regRec);
RegRecord* findAnotherHalfRegRec(RegRecord* regRec);
bool canSpillDoubleReg(RegRecord* physRegRecord, LsraLocation refLocation, unsigned* recentAssignedRefWeight);
void unassignDoublePhysReg(RegRecord* doubleRegRecord);