Add a new optimization pass: Stack Coloring, that merges disjoint static allocations...
[oota-llvm.git] / lib / CodeGen / CMakeLists.txt
index 2e189ad7e7d58ad242d104da720578f153994b2a..386509b702ed40a7b7fbb00fe48742e6160fc7e3 100644 (file)
@@ -95,6 +95,7 @@ add_llvm_library(LLVMCodeGen
   SplitKit.cpp
   StackProtector.cpp
   StackSlotColoring.cpp
+  StackColoring.cpp
   StrongPHIElimination.cpp
   TailDuplication.cpp
   TargetFrameLoweringImpl.cpp