projects
/
platform
/
upstream
/
coreclr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b56ac15
)
remove comments
author
Hyeongseok Oh
<hseok82.oh@samsung.com>
Tue, 27 Sep 2016 00:48:48 +0000
(09:48 +0900)
committer
GitHub
<noreply@github.com>
Tue, 27 Sep 2016 00:48:48 +0000
(09:48 +0900)
src/jit/valuenum.cpp
patch
|
blob
|
history
diff --git
a/src/jit/valuenum.cpp
b/src/jit/valuenum.cpp
index 0cdd628a203b20c837160273a4ea919585835901..66589847f5b48641da53d96c2c89029af1775b90 100644
(file)
--- a/
src/jit/valuenum.cpp
+++ b/
src/jit/valuenum.cpp
@@
-7062,10
+7062,10
@@
VNFunc Compiler::fgValueNumberHelperMethVNFunc(CorInfoHelpFunc helpFunc)
break;
case CORINFO_HELP_ULDIV:
vnf = VNFunc(GT_UDIV);
- break;
// Is this the right thing?
+ break;
case CORINFO_HELP_ULMOD:
vnf = VNFunc(GT_UMOD);
- break;
// Is this the right thing?
+ break;
case CORINFO_HELP_LNG2DBL:
vnf = VNF_Lng2Dbl;