summaryrefslogtreecommitdiff
path: root/src/jit/flowgraph.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/flowgraph.cpp')
-rw-r--r--src/jit/flowgraph.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/flowgraph.cpp b/src/jit/flowgraph.cpp
index b3f8994d5c..64b9bfbceb 100644
--- a/src/jit/flowgraph.cpp
+++ b/src/jit/flowgraph.cpp
@@ -23274,7 +23274,7 @@ GenTree* Compiler::fgInlinePrependStatements(InlineInfo* inlineInfo)
const var_types argType = lclVarInfo[argNum].lclTypeInfo;
// Create the temp assignment for this argument
- CORINFO_CLASS_HANDLE structHnd = DUMMY_INIT(0);
+ CORINFO_CLASS_HANDLE structHnd = NO_CLASS_HANDLE;
if (varTypeIsStruct(argType))
{