diff options
author | Cédric Venet <cedric.venet@laposte.net> | 2008-06-30 10:31:41 +0000 |
---|---|---|
committer | Cédric Venet <cedric.venet@laposte.net> | 2008-06-30 10:31:41 +0000 |
commit | 55e0a5a466dfe31e7b6b363642507a5aaee53385 (patch) | |
tree | 16c5b0f4773e7dd4181dbe22a105ed29fd30189f /win32 | |
parent | f19591c91ec39496d58bf4835640d25abc026da9 (diff) | |
download | external_llvm-55e0a5a466dfe31e7b6b363642507a5aaee53385.zip external_llvm-55e0a5a466dfe31e7b6b363642507a5aaee53385.tar.gz external_llvm-55e0a5a466dfe31e7b6b363642507a5aaee53385.tar.bz2 |
Add loopVR files.
Users of VS need to manually force rebuild the X86 projet to use the last version of tablegen.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52894 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Analysis/Analysis.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/win32/Analysis/Analysis.vcproj b/win32/Analysis/Analysis.vcproj index fb40d9f..9355306 100644 --- a/win32/Analysis/Analysis.vcproj +++ b/win32/Analysis/Analysis.vcproj @@ -373,6 +373,10 @@ > </File> <File + RelativePath="..\..\lib\Analysis\LoopVR.cpp" + > + </File> + <File RelativePath="..\..\lib\Analysis\MemoryDependenceAnalysis.cpp" > </File> @@ -507,6 +511,10 @@ > </File> <File + RelativePath="..\..\include\llvm\Analysis\LoopVR.h" + > + </File> + <File RelativePath="..\..\include\llvm\Analysis\Passes.h" > </File> |