projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf3f21f
)
Fix jit warning in crossgen desktop build.
author
Eugene Rozenfeld
<erozen@microsoft.com>
Thu, 20 Dec 2018 23:58:29 +0000
(15:58 -0800)
committer
Eugene Rozenfeld
<erozen@microsoft.com>
Fri, 21 Dec 2018 00:50:43 +0000
(16:50 -0800)
Commit migrated from https://github.com/dotnet/coreclr/commit/
75c8c54950c78f1192e481a5bbd6eeff1b3bd1cd
src/coreclr/src/jit/gentree.cpp
patch
|
blob
|
history
diff --git
a/src/coreclr/src/jit/gentree.cpp
b/src/coreclr/src/jit/gentree.cpp
index
002ac8e
..
47d2659
100644
(file)
--- a/
src/coreclr/src/jit/gentree.cpp
+++ b/
src/coreclr/src/jit/gentree.cpp
@@
-6705,7
+6705,7
@@
GenTreeAllocObj* Compiler::gtNewAllocObjNode(CORINFO_RESOLVED_TOKEN* pResolvedTo
GenTree* opHandle = impTokenToHandle(pResolvedToken, pRuntimeLookup, mustRestoreHandle, useParent);
#ifdef FEATURE_READYTORUN_COMPILER
- CORINFO_CONST_LOOKUP lookup;
+ CORINFO_CONST_LOOKUP lookup
= {}
;
if (opts.IsReadyToRun())
{