From d4d4fca9c368b6d075c45a7e5651f2d0545a6dc1 Mon Sep 17 00:00:00 2001 From: Jakob Stoklund Olesen Date: Wed, 28 Sep 2011 00:01:54 +0000 Subject: [PATCH] Rename SSEDomainFix -> lib/CodeGen/ExecutionDepsFix. I'll clean up the source in the next commit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140663 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CMakeLists.txt | 1 + .../X86/SSEDomainFix.cpp => CodeGen/ExecutionDepsFix.cpp} | 0 lib/Target/X86/CMakeLists.txt | 1 - 3 files changed, 1 insertion(+), 1 deletion(-) rename lib/{Target/X86/SSEDomainFix.cpp => CodeGen/ExecutionDepsFix.cpp} (100%) diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index bddf16eebbc..9a5e5516011 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt @@ -13,6 +13,7 @@ add_llvm_library(LLVMCodeGen EdgeBundles.cpp ELFCodeEmitter.cpp ELFWriter.cpp + ExecutionDepsFix.cpp ExpandISelPseudos.cpp ExpandPostRAPseudos.cpp GCMetadata.cpp diff --git a/lib/Target/X86/SSEDomainFix.cpp b/lib/CodeGen/ExecutionDepsFix.cpp similarity index 100% rename from lib/Target/X86/SSEDomainFix.cpp rename to lib/CodeGen/ExecutionDepsFix.cpp diff --git a/lib/Target/X86/CMakeLists.txt b/lib/Target/X86/CMakeLists.txt index c481eb9552c..f71c1ef95cc 100644 --- a/lib/Target/X86/CMakeLists.txt +++ b/lib/Target/X86/CMakeLists.txt @@ -14,7 +14,6 @@ tablegen(X86GenEDInfo.inc -gen-enhanced-disassembly-info) add_public_tablegen_target(X86CommonTableGen) set(sources - SSEDomainFix.cpp X86AsmPrinter.cpp X86COFFMachineModuleInfo.cpp X86CodeEmitter.cpp -- 2.34.1