diff options
| author | Andrew Trick <atrick@apple.com> | 2013-12-13 18:36:56 +0000 |
|---|---|---|
| committer | Andrew Trick <atrick@apple.com> | 2013-12-13 18:36:56 +0000 |
| commit | 8df84fa2f2cdff764e95c8491d4e52f0a62e5910 (patch) | |
| tree | b7862e3d800d6603ad01de5d2d6b06a71da57f40 /llvm/lib/CodeGen/CMakeLists.txt | |
| parent | 86be54cc80e58929a0f5fd7e6ffc178e6cdba143 (diff) | |
| download | bcm5719-llvm-8df84fa2f2cdff764e95c8491d4e52f0a62e5910.tar.gz bcm5719-llvm-8df84fa2f2cdff764e95c8491d4e52f0a62e5910.zip | |
Convert liveness tracking to work on a sub-register level instead of just register units.
llvm-svn: 197253
Diffstat (limited to 'llvm/lib/CodeGen/CMakeLists.txt')
| -rw-r--r-- | llvm/lib/CodeGen/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt index 10cc9fff9a8..0beca0ceedc 100644 --- a/llvm/lib/CodeGen/CMakeLists.txt +++ b/llvm/lib/CodeGen/CMakeLists.txt @@ -35,7 +35,7 @@ add_llvm_library(LLVMCodeGen LiveRangeCalc.cpp LiveRangeEdit.cpp LiveRegMatrix.cpp - LiveRegUnits.cpp + LivePhysRegs.cpp LiveStackAnalysis.cpp LiveVariables.cpp LocalStackSlotAllocation.cpp |

