diff options
author | Cedric Venet <cedric.venet@laposte.net> | 2008-06-30 10:31:41 +0000 |
---|---|---|
committer | Cedric Venet <cedric.venet@laposte.net> | 2008-06-30 10:31:41 +0000 |
commit | 6b1d6340134a39c696e0f0fc7807a52abd91ded7 (patch) | |
tree | b9b9195334a09dcd842acac4c0038ff821e5ca28 /llvm/win32 | |
parent | 1ae6ef83ee4a1625a1a037ff16442c56fdd81936 (diff) | |
download | bcm5719-llvm-6b1d6340134a39c696e0f0fc7807a52abd91ded7.tar.gz bcm5719-llvm-6b1d6340134a39c696e0f0fc7807a52abd91ded7.zip |
Add loopVR files.
Users of VS need to manually force rebuild the X86 projet to use the last version of tablegen.
llvm-svn: 52894
Diffstat (limited to 'llvm/win32')
-rw-r--r-- | llvm/win32/Analysis/Analysis.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/win32/Analysis/Analysis.vcproj b/llvm/win32/Analysis/Analysis.vcproj index fb40d9ffb1e..935530607d3 100644 --- a/llvm/win32/Analysis/Analysis.vcproj +++ b/llvm/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> |