summaryrefslogtreecommitdiff
path: root/src/jit/gentree.h
diff options
context:
space:
mode:
authorEgor Chesakov <Egor.Chesakov@microsoft.com>2018-09-07 09:16:21 -0700
committerGitHub <noreply@github.com>2018-09-07 09:16:21 -0700
commit2ba7230f547141f7f7bad37cb428f54b554d933f (patch)
tree59d6c368f7b4d6287309961e01ea6bd26ddbed45 /src/jit/gentree.h
parentdddf586a9e0247159a5a84a1341fd1ba5b4337cd (diff)
parentc9de40a819cba1841663792b0c1b815becc242f8 (diff)
downloadcoreclr-2ba7230f547141f7f7bad37cb428f54b554d933f.tar.gz
coreclr-2ba7230f547141f7f7bad37cb428f54b554d933f.tar.bz2
coreclr-2ba7230f547141f7f7bad37cb428f54b554d933f.zip
Merge pull request #19823 from echesakovMSFT/CrossBitnessValueNumbering
Diffstat (limited to 'src/jit/gentree.h')
-rw-r--r--src/jit/gentree.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/jit/gentree.h b/src/jit/gentree.h
index 9b48017e3b..d30d51e189 100644
--- a/src/jit/gentree.h
+++ b/src/jit/gentree.h
@@ -1898,8 +1898,12 @@ public:
Compiler* comp, struct ArrayInfo* arrayInfo, GenTree** pArr, ValueNum* pInxVN, FieldSeqNode** pFldSeq);
// Helper method for the above.
- void ParseArrayAddressWork(
- Compiler* comp, ssize_t inputMul, GenTree** pArr, ValueNum* pInxVN, ssize_t* pOffset, FieldSeqNode** pFldSeq);
+ void ParseArrayAddressWork(Compiler* comp,
+ target_ssize_t inputMul,
+ GenTree** pArr,
+ ValueNum* pInxVN,
+ target_ssize_t* pOffset,
+ FieldSeqNode** pFldSeq);
// Requires "this" to be a GT_IND. Requires the outermost caller to set "*pFldSeq" to nullptr.
// Returns true if it is an array index expression, or access to a (sequence of) struct field(s)