From ebf8c27caea0a1c55df649c78ced28d9fa78093e Mon Sep 17 00:00:00 2001 From: Andrew Trick Date: Wed, 1 Feb 2012 22:28:29 +0000 Subject: fix cmake git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149553 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/SelectionDAG/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/CodeGen/SelectionDAG/CMakeLists.txt') diff --git a/lib/CodeGen/SelectionDAG/CMakeLists.txt b/lib/CodeGen/SelectionDAG/CMakeLists.txt index 6bff251add..9a79217658 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 ) -- cgit v1.2.3