Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedn committed Mar 8, 2018
1 parent f1c9dac commit ad9ea12
Show file tree
Hide file tree
Showing 2 changed files with 301 additions and 14 deletions.
5 changes: 3 additions & 2 deletions src/jit/compiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -1529,6 +1529,7 @@ class Compiler
friend class TempDsc;
friend class LIR;
friend class ObjectAllocator;
friend class LocalAddressVisitor;
friend struct GenTree;

#ifndef _TARGET_64BIT_
Expand Down Expand Up @@ -5092,8 +5093,8 @@ class Compiler
#endif

void fgPromoteStructs();
fgWalkResult fgMorphStructField(GenTree* tree, fgWalkData* fgWalkPre);
fgWalkResult fgMorphLocalField(GenTree* tree, fgWalkData* fgWalkPre);
fgWalkResult fgMorphStructField(GenTree* tree, GenTree* parent);
fgWalkResult fgMorphLocalField(GenTree* tree, GenTree* parent);

// Identify which parameters are implicit byrefs, and flag their LclVarDscs.
void fgMarkImplicitByRefArgs();
Expand Down
Loading

0 comments on commit ad9ea12

Please sign in to comment.