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 aab034b2e4..b660048ce4 100644
--- a/src/jit/lsra.h
+++ b/src/jit/lsra.h
@@ -696,6 +696,7 @@ private:
#ifdef _TARGET_ARM_
bool isSecondHalfReg(RegRecord* regRec, Interval* interval);
+ RegRecord* findAnotherHalfRegRec(RegRecord* regRec);
#endif
bool canRestorePreviousInterval(RegRecord* regRec, Interval* assignedInterval);