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 | d4d4fca9c368b6d075c45a7e5651f2d0545a6dc1 (patch) | |
tree | 51a585b9f745ca524362b8a0fc8937e064050481 /lib/CodeGen/CMakeLists.txt | |
parent | 6c6db25c10a52fde0b709438d3dbfec4e63a12ca (diff) |
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
Diffstat (limited to 'lib/CodeGen/CMakeLists.txt')
-rw-r--r-- | lib/CodeGen/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index bddf16eebb..9a5e551601 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 |