diff options
| author | Andrew Trick <atrick@apple.com> | 2013-10-14 20:45:14 +0000 |
|---|---|---|
| committer | Andrew Trick <atrick@apple.com> | 2013-10-14 20:45:14 +0000 |
| commit | 0aed0cfc44cc227ff3f63e2b29d08e2bec144d52 (patch) | |
| tree | 2a5acb752af47331ee4511c567cb54187e90cf48 /llvm/lib/CodeGen/CMakeLists.txt | |
| parent | 967ac49826be4de65983f4a32e8c7e0b8f134e3f (diff) | |
| download | bcm5719-llvm-0aed0cfc44cc227ff3f63e2b29d08e2bec144d52.tar.gz bcm5719-llvm-0aed0cfc44cc227ff3f63e2b29d08e2bec144d52.zip | |
Move LiveRegUnits implementation into .cpp. Comment and format.
llvm-svn: 192621
Diffstat (limited to 'llvm/lib/CodeGen/CMakeLists.txt')
| -rw-r--r-- | llvm/lib/CodeGen/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt index a00df3b2c30..5aa5a750695 100644 --- a/llvm/lib/CodeGen/CMakeLists.txt +++ b/llvm/lib/CodeGen/CMakeLists.txt @@ -35,6 +35,7 @@ add_llvm_library(LLVMCodeGen LiveRangeCalc.cpp LiveRangeEdit.cpp LiveRegMatrix.cpp + LiveRegUnits.cpp LiveStackAnalysis.cpp LiveVariables.cpp LocalStackSlotAllocation.cpp |

