commit | 103b8e653c981fe916b855f1b96cb35e01c4543e | [log] [tgz] |
---|---|---|
author | Devang Patel <dpatel@apple.com> | Wed Aug 10 19:04:06 2011 +0000 |
committer | Devang Patel <dpatel@apple.com> | Wed Aug 10 19:04:06 2011 +0000 |
tree | 90c56e167b6f3321ab10db347ad157af4383d534 | |
parent | 8533ebad6f6e407215497ca50771f323058f5576 [diff] [blame] |
Provide utility to extract and use lexical scoping information from machine instructions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137237 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/CMakeLists.txt b/lib/CodeGen/CMakeLists.txt index 9cbb25c..af0f7f5 100644 --- a/lib/CodeGen/CMakeLists.txt +++ b/lib/CodeGen/CMakeLists.txt
@@ -23,6 +23,7 @@ IntrinsicLowering.cpp LLVMTargetMachine.cpp LatencyPriorityQueue.cpp + LexicalScopes.cpp LiveDebugVariables.cpp LiveInterval.cpp LiveIntervalAnalysis.cpp