From 934b7d7645b5814c8ad8a40e987ada372dbcd60f 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. llvm-svn: 140663 --- llvm/lib/CodeGen/CMakeLists.txt | 1 + .../X86/SSEDomainFix.cpp => CodeGen/ExecutionDepsFix.cpp} | 0 llvm/lib/Target/X86/CMakeLists.txt | 1 - 3 files changed, 1 insertion(+), 1 deletion(-) rename llvm/lib/{Target/X86/SSEDomainFix.cpp => CodeGen/ExecutionDepsFix.cpp} (100%) diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt index bddf16eebbcc..9a5e55160114 100644 --- a/llvm/lib/CodeGen/CMakeLists.txt +++ b/llvm/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/llvm/lib/Target/X86/SSEDomainFix.cpp b/llvm/lib/CodeGen/ExecutionDepsFix.cpp similarity index 100% rename from llvm/lib/Target/X86/SSEDomainFix.cpp rename to llvm/lib/CodeGen/ExecutionDepsFix.cpp diff --git a/llvm/lib/Target/X86/CMakeLists.txt b/llvm/lib/Target/X86/CMakeLists.txt index c481eb9552c0..f71c1ef95cca 100644 --- a/llvm/lib/Target/X86/CMakeLists.txt +++ b/llvm/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