projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
851ea7f
)
Mispelling
author
Brian Sullivan
<briansul@microsoft.com>
Thu, 21 Feb 2019 17:53:40 +0000
(09:53 -0800)
committer
Brian Sullivan
<briansul@microsoft.com>
Thu, 21 Feb 2019 17:53:40 +0000
(09:53 -0800)
Commit migrated from https://github.com/dotnet/coreclr/commit/
28dcdac7f0251cd3bfff722030e43901688a70ad
src/coreclr/src/jit/optcse.cpp
patch
|
blob
|
history
diff --git
a/src/coreclr/src/jit/optcse.cpp
b/src/coreclr/src/jit/optcse.cpp
index
688c209
..
648e670
100644
(file)
--- a/
src/coreclr/src/jit/optcse.cpp
+++ b/
src/coreclr/src/jit/optcse.cpp
@@
-1976,7
+1976,7
@@
public:
//
bool IsCompatibleType(var_types cseLclVarTyp, var_types expTyp)
{
- // Ex
ca
t type match is the expected case
+ // Ex
ac
t type match is the expected case
if (cseLclVarTyp == expTyp)
{
return true;