DAGCombine: fold (or (and X, M), (and X, N)) -> (and X, (or M, N))
[oota-llvm.git] / lib / CodeGen / CMakeLists.txt
index 48bf3545e7330fceeb545395e3cbd0525f258470..7f7f5225180c5874019d9e9a5e45281de6a06311 100644 (file)
@@ -22,7 +22,7 @@ add_llvm_library(LLVMCodeGen
   ForwardControlFlowIntegrity.cpp
   GCMetadata.cpp
   GCMetadataPrinter.cpp
-  GCStrategy.cpp
+  GCRootLowering.cpp
   GlobalMerge.cpp
   IfConversion.cpp
   InlineSpiller.cpp