diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-09-28 00:01:54 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-09-28 00:01:54 +0000 |
commit | 934b7d7645b5814c8ad8a40e987ada372dbcd60f (patch) | |
tree | 1a62566151c4da9ecf00ad0befaa8c26275328a1 | |
parent | 32adcb2e8f88e9f03ed27fc8f6fb640cb71b151a (diff) | |
download | bcm5719-llvm-934b7d7645b5814c8ad8a40e987ada372dbcd60f.tar.gz bcm5719-llvm-934b7d7645b5814c8ad8a40e987ada372dbcd60f.zip |
Rename SSEDomainFix -> lib/CodeGen/ExecutionDepsFix.
I'll clean up the source in the next commit.
llvm-svn: 140663
-rw-r--r-- | llvm/lib/CodeGen/CMakeLists.txt | 1 | ||||
-rw-r--r-- | llvm/lib/CodeGen/ExecutionDepsFix.cpp (renamed from llvm/lib/Target/X86/SSEDomainFix.cpp) | 0 | ||||
-rw-r--r-- | llvm/lib/Target/X86/CMakeLists.txt | 1 |
3 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt index bddf16eebbc..9a5e5516011 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 index 8d8f5d452df..8d8f5d452df 100644 --- a/llvm/lib/Target/X86/SSEDomainFix.cpp +++ b/llvm/lib/CodeGen/ExecutionDepsFix.cpp diff --git a/llvm/lib/Target/X86/CMakeLists.txt b/llvm/lib/Target/X86/CMakeLists.txt index c481eb9552c..f71c1ef95cc 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 |