diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2005-03-15 06:31:46 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2005-03-15 06:31:46 +0000 |
commit | e801408561490073953115bc78b8a14b51fde262 (patch) | |
tree | 389a1cc013fdb4222e14b6f4b98d047cd4aca883 /win32 | |
parent | 5d85f8f66e7d837c8ebb79ac89c505c0d57f513f (diff) | |
download | external_llvm-e801408561490073953115bc78b8a14b51fde262.zip external_llvm-e801408561490073953115bc78b8a14b51fde262.tar.gz external_llvm-e801408561490073953115bc78b8a14b51fde262.tar.bz2 |
Add EquivClassGraphs.cpp to VC++ project.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20607 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Analysis/Analysis.vcproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/Analysis/Analysis.vcproj b/win32/Analysis/Analysis.vcproj index fd19cfd..1a6d956 100644 --- a/win32/Analysis/Analysis.vcproj +++ b/win32/Analysis/Analysis.vcproj @@ -213,6 +213,9 @@ RelativePath="..\..\lib\Analysis\DataStructure\DSCallSiteIterator.h"> </File> <File + RelativePath="..\..\lib\Analysis\DataStructure\EquivClassGraphs.cpp"> + </File> + <File RelativePath="..\..\lib\Analysis\DataStructure\GraphChecker.cpp"> </File> <File |