summaryrefslogtreecommitdiff
path: root/src/jit/scopeinfo.cpp
diff options
context:
space:
mode:
authorsivarv <sivarv@microsoft.com>2016-04-11 11:49:41 -0700
committersivarv <sivarv@microsoft.com>2016-04-12 13:53:09 -0700
commit3409ad136021c42da1d982478ea0b609db1202a3 (patch)
tree64b0c0faf6be4e15ece81d9b63632ca0dbc5d516 /src/jit/scopeinfo.cpp
parente1f4da0039a82fa0ee11812f8676019fee0989ad (diff)
downloadcoreclr-3409ad136021c42da1d982478ea0b609db1202a3.tar.gz
coreclr-3409ad136021c42da1d982478ea0b609db1202a3.tar.bz2
coreclr-3409ad136021c42da1d982478ea0b609db1202a3.zip
Refactoring changes to use ReturnTypeDesc in codegenxarch.
Diffstat (limited to 'src/jit/scopeinfo.cpp')
-rw-r--r--src/jit/scopeinfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/scopeinfo.cpp b/src/jit/scopeinfo.cpp
index 8820dfd683..7f8d8ac804 100644
--- a/src/jit/scopeinfo.cpp
+++ b/src/jit/scopeinfo.cpp
@@ -975,7 +975,7 @@ void CodeGen::psiBegProlog()
assert(false && "Invalid eightbyte number.");
}
- regType = compiler->getEightByteType(structDesc, nCnt);
+ regType = compiler->GetEightByteType(structDesc, nCnt);
#ifdef DEBUG
regType = compiler->mangleVarArgsType(regType);
assert(genMapRegNumToRegArgNum((nCnt == 0 ? regNum : otherRegNum), regType) != (unsigned)-1);