[PATCH] Add missing file (SCCVN.cpp) to the cmake build system

Hello

When I compile LLVM trunk with Visual Studio 2008 and cmake, the build is failing because a new file is not yet added to the build system.

Attached you can find a patch which fixes the problem for me.

Marius Wachtler

Index: lib/Transforms/Scalar/CMakeLists.txt

CMakeLists.patch (373 Bytes)

Fixed in r85197. Thanks.