diff options
| author | Jeff Cohen <jeffc@jolt-lang.org> | 2005-01-06 06:02:53 +0000 | 
|---|---|---|
| committer | Jeff Cohen <jeffc@jolt-lang.org> | 2005-01-06 06:02:53 +0000 | 
| commit | 00d5508496c1ec0540da5714b0ed66e64b623df5 (patch) | |
| tree | 830de560dbe7d2d2a6a24506613c9dce5815f874 /llvm/win32/Transforms | |
| parent | eca0d0f2da52abfce8a098201da52b39529cc5a0 (diff) | |
| download | bcm5719-llvm-00d5508496c1ec0540da5714b0ed66e64b623df5.tar.gz bcm5719-llvm-00d5508496c1ec0540da5714b0ed66e64b623df5.zip  | |
Add project opt to Visual Studio.
llvm-svn: 19307
Diffstat (limited to 'llvm/win32/Transforms')
| -rw-r--r-- | llvm/win32/Transforms/Transforms.vcproj | 9 | 
1 files changed, 9 insertions, 0 deletions
diff --git a/llvm/win32/Transforms/Transforms.vcproj b/llvm/win32/Transforms/Transforms.vcproj index 547c238557e..ba900b2a627 100644 --- a/llvm/win32/Transforms/Transforms.vcproj +++ b/llvm/win32/Transforms/Transforms.vcproj @@ -229,6 +229,9 @@  				<File  					RelativePath="..\..\lib\Transforms\Ipo\RaiseAllocations.cpp">  				</File> +				<File +					RelativePath="..\..\lib\Transforms\Ipo\StripSymbols.cpp"> +				</File>  			</Filter>  			<Filter  				Name="Scalar" @@ -267,6 +270,9 @@  					RelativePath="..\..\lib\Transforms\Scalar\LoopSimplify.cpp">  				</File>  				<File +					RelativePath="..\..\lib\Transforms\Scalar\LoopStrengthReduce.cpp"> +				</File> +				<File  					RelativePath="..\..\lib\Transforms\Scalar\LoopUnroll.cpp">  				</File>  				<File @@ -401,6 +407,9 @@  				RelativePath="..\..\include\llvm\Transforms\IPO.h">  			</File>  			<File +				RelativePath="..\..\include\llvm\Transforms\LinkAllPasses.h"> +			</File> +			<File  				RelativePath="..\..\include\llvm\Transforms\Utils\Local.h">  			</File>  			<File  | 

