From 9dddf08eb8851e7c707df7f36b18e4e738e717cc Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 9 Jan 2011 21:31:39 +0000 Subject: [PATCH] sort this. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123129 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index 977edcb12cf..9f48f332049 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -56,7 +56,6 @@ add_llvm_library(LLVMCodeGen PHIEliminationUtils.cpp Passes.cpp PeepholeOptimizer.cpp - ScoreboardHazardRecognizer.cpp PostRASchedulerList.cpp PreAllocSplitting.cpp ProcessImplicitDefs.cpp @@ -74,6 +73,7 @@ add_llvm_library(LLVMCodeGen ScheduleDAGEmit.cpp ScheduleDAGInstrs.cpp ScheduleDAGPrinter.cpp + ScoreboardHazardRecognizer.cpp ShadowStackGC.cpp ShrinkWrapping.cpp SimpleRegisterCoalescing.cpp