From: Andrew Trick Date: Wed, 1 Feb 2012 22:28:29 +0000 (+0000) Subject: fix cmake X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ebf8c27caea0a1c55df649c78ced28d9fa78093e;p=oota-llvm.git fix cmake git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149553 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/CMakeLists.txt b/lib/CodeGen/SelectionDAG/CMakeLists.txt index 6bff251add7..9a79217658a 100644 --- a/lib/CodeGen/SelectionDAG/CMakeLists.txt +++ b/lib/CodeGen/SelectionDAG/CMakeLists.txt @@ -18,7 +18,7 @@ add_llvm_library(LLVMSelectionDAG SelectionDAGBuilder.cpp SelectionDAGISel.cpp SelectionDAGPrinter.cpp - SelectionDAGVLIW.cpp + ScheduleDAGVLIW.cpp TargetLowering.cpp TargetSelectionDAGInfo.cpp )