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:
808dcc6
)
format fix
author
Sergey Andreenko
<seandree@microsoft.com>
Tue, 18 Oct 2016 23:46:59 +0000
(16:46 -0700)
committer
Sergey Andreenko
<seandree@microsoft.com>
Tue, 18 Oct 2016 23:46:59 +0000
(16:46 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/
04d35297084bf8c8d2bb2c93d969555ab17a9ee0
src/coreclr/src/jit/importer.cpp
patch
|
blob
|
history
diff --git
a/src/coreclr/src/jit/importer.cpp
b/src/coreclr/src/jit/importer.cpp
index
857df2f
..
2f5bc44
100644
(file)
--- a/
src/coreclr/src/jit/importer.cpp
+++ b/
src/coreclr/src/jit/importer.cpp
@@
-5784,8
+5784,8
@@
GenTreePtr Compiler::impImportStaticFieldAccess(CORINFO_RESOLVED_TOKEN* pResolve
info.compCompHnd->embedGenericHandle(pResolvedToken, FALSE, &embedInfo);
assert(embedInfo.lookup.lookupKind.needsRuntimeLookup);
- GenTreePtr ctxTree = getRuntimeContextTree(&embedInfo.lookup);
- GenTreeArgList* args = gtNewArgList(ctxTree);
+ GenTreePtr
ctxTree = getRuntimeContextTree(&embedInfo.lookup);
+ GenTreeArgList* args
= gtNewArgList(ctxTree);
unsigned callFlags = 0;