aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CMakeLists.txt
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-09-28 00:01:54 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-09-28 00:01:54 +0000
commitd4d4fca9c368b6d075c45a7e5651f2d0545a6dc1 (patch)
tree51a585b9f745ca524362b8a0fc8937e064050481 /lib/CodeGen/CMakeLists.txt
parent6c6db25c10a52fde0b709438d3dbfec4e63a12ca (diff)
downloadexternal_llvm-d4d4fca9c368b6d075c45a7e5651f2d0545a6dc1.zip
external_llvm-d4d4fca9c368b6d075c45a7e5651f2d0545a6dc1.tar.gz
external_llvm-d4d4fca9c368b6d075c45a7e5651f2d0545a6dc1.tar.bz2
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.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt
index bddf16e..9a5e551 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