summaryrefslogtreecommitdiff
path: root/src/jit/compiler.h
diff options
context:
space:
mode:
authorsivarv <sivarv@microsoft.com>2017-02-16 14:01:24 -0800
committersivarv <sivarv@microsoft.com>2017-02-16 14:01:24 -0800
commit9b06976d49f8f0d11f3df43e4d5fdf98ad537822 (patch)
tree0577d835253e138dabb60c9618708ed1d2e8477e /src/jit/compiler.h
parent0eca926e873ddd877f8f65e4029ec85f5a27b05d (diff)
downloadcoreclr-9b06976d49f8f0d11f3df43e4d5fdf98ad537822.tar.gz
coreclr-9b06976d49f8f0d11f3df43e4d5fdf98ad537822.tar.bz2
coreclr-9b06976d49f8f0d11f3df43e4d5fdf98ad537822.zip
Refactor fgPromoteStrut into lvaShouldPromoteStructVar
Diffstat (limited to 'src/jit/compiler.h')
-rw-r--r--src/jit/compiler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jit/compiler.h b/src/jit/compiler.h
index 1cbd3e3195..33e3ad4f91 100644
--- a/src/jit/compiler.h
+++ b/src/jit/compiler.h
@@ -2669,6 +2669,7 @@ public:
lvaStructPromotionInfo* StructPromotionInfo,
bool sortFields);
void lvaCanPromoteStructVar(unsigned lclNum, lvaStructPromotionInfo* StructPromotionInfo);
+ bool lvaShouldPromoteStructVar(unsigned lclNum, lvaStructPromotionInfo* structPromotionInfo);
void lvaPromoteStructVar(unsigned lclNum, lvaStructPromotionInfo* StructPromotionInfo);
#if !defined(_TARGET_64BIT_)
void lvaPromoteLongVars();