summaryrefslogtreecommitdiff
path: root/src/jit/emit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/emit.h')
-rw-r--r--src/jit/emit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jit/emit.h b/src/jit/emit.h
index fa53f2c5cc..baf3bb387e 100644
--- a/src/jit/emit.h
+++ b/src/jit/emit.h
@@ -1485,6 +1485,7 @@ private:
UNATIVE_OFFSET emitInstCodeSz(instrDesc *id);
#ifndef LEGACY_BACKEND
+ CORINFO_FIELD_HANDLE emitLiteralConst(ssize_t cnsValIn, emitAttr attr = EA_8BYTE);
CORINFO_FIELD_HANDLE emitFltOrDblConst(GenTreeDblCon *tree, emitAttr attr = EA_UNKNOWN);
regNumber emitInsBinary (instruction ins, emitAttr attr, GenTree* dst, GenTree* src);
regNumber emitInsTernary (instruction ins, emitAttr attr, GenTree* dst, GenTree* src1, GenTree* src2);