Update VS projects.
Change some class to struct for coherency.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56389 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/win32/CodeGen/CodeGen.vcproj b/win32/CodeGen/CodeGen.vcproj
index 89132ff..b5b755f 100644
--- a/win32/CodeGen/CodeGen.vcproj
+++ b/win32/CodeGen/CodeGen.vcproj
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="Windows-1252"?>
 <VisualStudioProject
 	ProjectType="Visual C++"
-	Version="8,00"
+	Version="8.00"
 	Name="CodeGen"
 	ProjectGUID="{08CEB1BB-C2A4-4587-B9A9-AEDB8FB44897}"
 	Keyword="Win32Proj"
@@ -309,6 +309,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\lib\CodeGen\DeadMachineInstructionElim.cpp"
+				>
+			</File>
+			<File
 				RelativePath="..\..\lib\CodeGen\ELFWriter.cpp"
 				>
 			</File>
@@ -540,6 +544,10 @@
 					>
 				</File>
 				<File
+					RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAGFast.cpp"
+					>
+				</File>
+				<File
 					RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAGList.cpp"
 					>
 				</File>