commit | 0aed0cfc44cc227ff3f63e2b29d08e2bec144d52 | [log] [tgz] |
---|---|---|
author | Andrew Trick <atrick@apple.com> | Mon Oct 14 20:45:14 2013 +0000 |
committer | Andrew Trick <atrick@apple.com> | Mon Oct 14 20:45:14 2013 +0000 |
tree | 2a5acb752af47331ee4511c567cb54187e90cf48 | |
parent | 967ac49826be4de65983f4a32e8c7e0b8f134e3f [diff] [blame] |
Move LiveRegUnits implementation into .cpp. Comment and format. llvm-svn: 192621
diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt index a00df3b..5aa5a75 100644 --- a/llvm/lib/CodeGen/CMakeLists.txt +++ b/llvm/lib/CodeGen/CMakeLists.txt
@@ -35,6 +35,7 @@ LiveRangeCalc.cpp LiveRangeEdit.cpp LiveRegMatrix.cpp + LiveRegUnits.cpp LiveStackAnalysis.cpp LiveVariables.cpp LocalStackSlotAllocation.cpp