OSDN Git Service

Provide utility to extract and use lexical scoping information from machine instructions.
authorDevang Patel <dpatel@apple.com>
Wed, 10 Aug 2011 19:04:06 +0000 (19:04 +0000)
committerDevang Patel <dpatel@apple.com>
Wed, 10 Aug 2011 19:04:06 +0000 (19:04 +0000)
commit103b8e653c981fe916b855f1b96cb35e01c4543e
tree90c56e167b6f3321ab10db347ad157af4383d534
parent8533ebad6f6e407215497ca50771f323058f5576
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
include/llvm/CodeGen/LexicalScopes.h [new file with mode: 0644]
lib/CodeGen/CMakeLists.txt
lib/CodeGen/LexicalScopes.cpp [new file with mode: 0644]