Merge with latest code and PR feedback.
authorEric Erhardt <eric.erhardt@microsoft.com>
Wed, 31 Jan 2018 21:10:47 +0000 (15:10 -0600)
committerEric Erhardt <eric.erhardt@microsoft.com>
Wed, 31 Jan 2018 21:10:47 +0000 (15:10 -0600)
src/mscorlib/System.Private.CoreLib.csproj
src/mscorlib/shared/System.Private.CoreLib.Shared.projitems
src/vm/jitinterface.cpp

index 6c08a12..771ea82 100644 (file)
   </ItemGroup>
   <ItemGroup>
     <!--
-    These are files are also added to CoreLib.Shared.projitems, but they don't show up in
+    These files are also added to CoreLib.Shared.projitems, but they don't show up in
     Visual Studio Solution Explorer. Adding them here as well so developers can
     edit them and regenerate the .cs files.
     -->
index 26b0ba6..4cde2f5 100644 (file)
       <LastGenOutput>ConstantHelper.cs</LastGenOutput>
     </Content>
     <None Include="$(MSBuildThisFileDirectory)System\Numerics\GenerationConfig.ttinclude" />
-    <Compile Include="$(MSBuildThisFileDirectory)System\Numerics\JitIntrinsicAttribute.cs" />
     <Compile Include="$(MSBuildThisFileDirectory)System\Numerics\Register.cs">
       <AutoGen>True</AutoGen>
       <DesignTime>True</DesignTime>
index 0fb8ea6..78f3a51 100644 (file)
@@ -8689,7 +8689,7 @@ CorInfoIntrinsics CEEInfo::getIntrinsicID(CORINFO_METHOD_HANDLE methodHnd,
 }
 
 /*********************************************************************/
-// This method should probably be renamed to something like "isSIMDType"
+// TODO: This method should probably be renamed to something like "isSIMDType"
 bool CEEInfo::isInSIMDModule(CORINFO_CLASS_HANDLE classHnd)
 {
 CONTRACTL {