summaryrefslogtreecommitdiff
path: root/src/jit/flowgraph.cpp
diff options
context:
space:
mode:
authorBrian Sullivan <briansul@microsoft.com>2017-10-26 17:39:17 -0700
committerBrian Sullivan <briansul@microsoft.com>2017-10-26 17:39:17 -0700
commit9fbce8123256be27f1190d2ce5a009bc4e4056ad (patch)
tree5fe123928426f71b317383baf712345c3f3c399e /src/jit/flowgraph.cpp
parent70a12117e6289e8b122cfdad7dd9fc556d573201 (diff)
downloadcoreclr-9fbce8123256be27f1190d2ce5a009bc4e4056ad.tar.gz
coreclr-9fbce8123256be27f1190d2ce5a009bc4e4056ad.tar.bz2
coreclr-9fbce8123256be27f1190d2ce5a009bc4e4056ad.zip
Fixes for zero diffs
Diffstat (limited to 'src/jit/flowgraph.cpp')
-rw-r--r--src/jit/flowgraph.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jit/flowgraph.cpp b/src/jit/flowgraph.cpp
index 603b03fec6..e83f5e7db8 100644
--- a/src/jit/flowgraph.cpp
+++ b/src/jit/flowgraph.cpp
@@ -7034,7 +7034,7 @@ GenTreeCall* Compiler::fgGetStaticsCCtorHelper(CORINFO_CLASS_HANDLE cls, CorInfo
if (pmoduleID)
{
- opModuleIDArg = gtNewIndOfIconHandleNode(TYP_I_IMPL, (size_t)pmoduleID, GTF_ICON_MID_HDL, true);
+ opModuleIDArg = gtNewIndOfIconHandleNode(TYP_I_IMPL, (size_t)pmoduleID, GTF_ICON_CIDMID_HDL, true);
}
else
{
@@ -7045,7 +7045,7 @@ GenTreeCall* Compiler::fgGetStaticsCCtorHelper(CORINFO_CLASS_HANDLE cls, CorInfo
{
if (pclsID)
{
- opClassIDArg = gtNewIndOfIconHandleNode(TYP_I_IMPL, (size_t)pclsID, GTF_ICON_CLASS_HDL, false);
+ opClassIDArg = gtNewIndOfIconHandleNode(TYP_INT, (size_t)pclsID, GTF_ICON_CIDMID_HDL, true);
}
else
{