From 8861233e5b03104ce9ce4cfa699bfc13eed5aab8 Mon Sep 17 00:00:00 2001 From: Mike Danes Date: Sat, 28 Oct 2017 10:26:27 +0300 Subject: Change emitFltOrDblConst parameters It's preferable to avoid trees in the emit functions so they're usable in more situations. --- src/jit/emit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/jit/emit.h') diff --git a/src/jit/emit.h b/src/jit/emit.h index 94511395b3..9092652afe 100644 --- a/src/jit/emit.h +++ b/src/jit/emit.h @@ -1710,7 +1710,7 @@ private: UNATIVE_OFFSET emitInstCodeSz(instrDesc* id); #ifndef LEGACY_BACKEND - CORINFO_FIELD_HANDLE emitFltOrDblConst(GenTreeDblCon* tree, emitAttr attr = EA_UNKNOWN); + CORINFO_FIELD_HANDLE emitFltOrDblConst(double constValue, emitAttr attr); regNumber emitInsBinary(instruction ins, emitAttr attr, GenTree* dst, GenTree* src); regNumber emitInsTernary(instruction ins, emitAttr attr, GenTree* dst, GenTree* src1, GenTree* src2); void emitInsLoadInd(instruction ins, emitAttr attr, regNumber dstReg, GenTreeIndir* mem); -- cgit v1.2.3