diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2005-01-15 07:33:52 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2005-01-15 07:33:52 +0000 |
commit | 33eba0440c3872fb87d31e7ea806e89ae444b756 (patch) | |
tree | 0ccd9a51cdbe8589bff0485cf135dd90ef805a59 | |
parent | 45b8caf1c5a1fd8337038d64c6da8fba2d299fdf (diff) |
Add new file to Visual Studio CodeGen project
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19574 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | win32/CodeGen/CodeGen.vcproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/CodeGen/CodeGen.vcproj b/win32/CodeGen/CodeGen.vcproj index 8758a68937..85dfaea203 100644 --- a/win32/CodeGen/CodeGen.vcproj +++ b/win32/CodeGen/CodeGen.vcproj @@ -164,6 +164,9 @@ RelativePath="..\..\lib\CodeGen\UnreachableBlockElim.cpp"> </File> <File + RelativePath="..\..\lib\CodeGen\ValueTypes.cpp"> + </File> + <File RelativePath="..\..\lib\CodeGen\VirtRegMap.cpp"> </File> <Filter |