diff options
| author | Cedric Venet <cedric.venet@laposte.net> | 2008-09-20 18:02:18 +0000 |
|---|---|---|
| committer | Cedric Venet <cedric.venet@laposte.net> | 2008-09-20 18:02:18 +0000 |
| commit | b0f876d55d06210622cbc86ef038705d033aaf7b (patch) | |
| tree | 327c3d2d15f8658bd4fad7f735aaf0096abb7bfb /llvm/win32/CodeGen | |
| parent | c16067c3df1f198802488a794f00eb9b56d499f0 (diff) | |
| download | bcm5719-llvm-b0f876d55d06210622cbc86ef038705d033aaf7b.tar.gz bcm5719-llvm-b0f876d55d06210622cbc86ef038705d033aaf7b.zip | |
Update VS projects.
Change some class to struct for coherency.
llvm-svn: 56389
Diffstat (limited to 'llvm/win32/CodeGen')
| -rw-r--r-- | llvm/win32/CodeGen/CodeGen.vcproj | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/llvm/win32/CodeGen/CodeGen.vcproj b/llvm/win32/CodeGen/CodeGen.vcproj index 89132ff5e14..b5b755f289a 100644 --- a/llvm/win32/CodeGen/CodeGen.vcproj +++ b/llvm/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> |

