diff options
| -rw-r--r-- | llvm/win32/Transforms/Transforms.vcproj | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/win32/Transforms/Transforms.vcproj b/llvm/win32/Transforms/Transforms.vcproj index 3af164bd203..3fd1ab625ee 100644 --- a/llvm/win32/Transforms/Transforms.vcproj +++ b/llvm/win32/Transforms/Transforms.vcproj @@ -239,6 +239,9 @@  					RelativePath="..\..\lib\Transforms\Scalar\BasicBlockPlacement.cpp">  				</File>  				<File +					RelativePath="..\..\lib\Transforms\Scalar\CondPropagate.cpp"> +				</File> +				<File  					RelativePath="..\..\lib\Transforms\Scalar\ConstantProp.cpp">  				</File>  				<File  | 

