summaryrefslogtreecommitdiff
path: root/src/jit/morph.cpp
diff options
context:
space:
mode:
authorCarol Eidt <carol.eidt@microsoft.com>2018-08-01 17:41:31 -0700
committerCarol Eidt <carol.eidt@microsoft.com>2018-08-01 17:41:31 -0700
commit9c8816c8a651dc211e10dc5c5275a82ec515e8a9 (patch)
treef4e9d4c3a31c4d67128aae7f72787075b7f40129 /src/jit/morph.cpp
parent3b17a68bf2825295a5f442ce9fc587930c0f07fa (diff)
downloadcoreclr-9c8816c8a651dc211e10dc5c5275a82ec515e8a9.tar.gz
coreclr-9c8816c8a651dc211e10dc5c5275a82ec515e8a9.tar.bz2
coreclr-9c8816c8a651dc211e10dc5c5275a82ec515e8a9.zip
formatting
Diffstat (limited to 'src/jit/morph.cpp')
-rw-r--r--src/jit/morph.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jit/morph.cpp b/src/jit/morph.cpp
index 9465f4e0f8..2b0798531d 100644
--- a/src/jit/morph.cpp
+++ b/src/jit/morph.cpp
@@ -4616,8 +4616,8 @@ GenTree* Compiler::fgMorphMultiregStructArg(GenTree* arg, fgArgTabEntry* fgEntry
if (fgEntryPtr->regNum == REG_STK)
#endif
{
- GenTreeLclVarCommon* lcl = nullptr;
- GenTree* actualArg = arg->gtEffectiveVal();
+ GenTreeLclVarCommon* lcl = nullptr;
+ GenTree* actualArg = arg->gtEffectiveVal();
if (actualArg->OperGet() == GT_OBJ)
{