aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/CodeGen.cpp
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2013-12-13 18:37:03 +0000
committerAndrew Trick <atrick@apple.com>2013-12-13 18:37:03 +0000
commit8d6a658430310f2de8d66e0dd1c13a80b4fdb247 (patch)
tree03137d7735c9f02755d96021a4a7c6bfb0280e24 /llvm/lib/CodeGen/CodeGen.cpp
parent8df84fa2f2cdff764e95c8491d4e52f0a62e5910 (diff)
downloadllvm-8d6a658430310f2de8d66e0dd1c13a80b4fdb247.zip
llvm-8d6a658430310f2de8d66e0dd1c13a80b4fdb247.tar.gz
llvm-8d6a658430310f2de8d66e0dd1c13a80b4fdb247.tar.bz2
Liveness Analysis Pass
llvm-svn: 197254
Diffstat (limited to 'llvm/lib/CodeGen/CodeGen.cpp')
-rw-r--r--llvm/lib/CodeGen/CodeGen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/CodeGen.cpp b/llvm/lib/CodeGen/CodeGen.cpp
index 7430c53..30b40a1 100644
--- a/llvm/lib/CodeGen/CodeGen.cpp
+++ b/llvm/lib/CodeGen/CodeGen.cpp
@@ -69,6 +69,7 @@ void llvm::initializeCodeGen(PassRegistry &Registry) {
initializeVirtRegRewriterPass(Registry);
initializeLowerIntrinsicsPass(Registry);
initializeMachineFunctionPrinterPassPass(Registry);
+ initializeStackMapLivenessPass(Registry);
}
void LLVMInitializeCodeGen(LLVMPassRegistryRef R) {