header for getRuntimeContextTree
authorSergey Andreenko <seandree@microsoft.com>
Tue, 18 Oct 2016 19:54:51 +0000 (12:54 -0700)
committerSergey Andreenko <seandree@microsoft.com>
Tue, 18 Oct 2016 19:54:51 +0000 (12:54 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/b0a00ddccdf3a667e39591eaf07e4128b7fee48f

src/coreclr/src/jit/importer.cpp

index d426cf3..008a2f3 100644 (file)
@@ -1856,6 +1856,18 @@ GenTreePtr Compiler::impMethodPointer(CORINFO_RESOLVED_TOKEN* pResolvedToken, CO
     return op1;
 }
 
+//------------------------------------------------------------------------
+// getRuntimeContextTree: find pointer to context for runtime lookup.
+//
+// Arguments:
+//    pLookup - how to do lookup.
+//
+// Return Value:
+//    Return GenTree pointer to generic shared context.
+//
+// Notes:
+//    Reports about generic context using.
+
 GenTreePtr Compiler::getRuntimeContextTree(CORINFO_LOOKUP* pLookup)
 {
     GenTreePtr                  ctxTree = nullptr;