remove comments
authorHyeongseok Oh <hseok82.oh@samsung.com>
Tue, 27 Sep 2016 00:48:48 +0000 (09:48 +0900)
committerGitHub <noreply@github.com>
Tue, 27 Sep 2016 00:48:48 +0000 (09:48 +0900)
src/jit/valuenum.cpp

index 0cdd628a203b20c837160273a4ea919585835901..66589847f5b48641da53d96c2c89029af1775b90 100644 (file)
@@ -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;