summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/CodeGen.cpp
diff options
context:
space:
mode:
authorVikram TV <vikram.tarikere@gmail.com>2015-12-09 05:49:14 +0000
committerVikram TV <vikram.tarikere@gmail.com>2015-12-09 05:49:14 +0000
commit0876d2d5cf8af2ae79ba3105a7691a6000289859 (patch)
treeaad5524f70027d20018414df0f57e9b709077a53 /llvm/lib/CodeGen/CodeGen.cpp
parent74b41114833a6c4b65570e96d96e06580cb12145 (diff)
downloadbcm5719-llvm-0876d2d5cf8af2ae79ba3105a7691a6000289859.tar.gz
bcm5719-llvm-0876d2d5cf8af2ae79ba3105a7691a6000289859.zip
Implement a new pass - LiveDebugValues - to compute the set of live DEBUG_VALUEs at each basic block and insert them. Reviewed and accepted at: http://reviews.llvm.org/D11933
llvm-svn: 255096
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 7d18058db50..dc13b5b11d3 100644
--- a/llvm/lib/CodeGen/CodeGen.cpp
+++ b/llvm/lib/CodeGen/CodeGen.cpp
@@ -67,6 +67,7 @@ void llvm::initializeCodeGen(PassRegistry &Registry) {
initializeSlotIndexesPass(Registry);
initializeStackColoringPass(Registry);
initializeStackMapLivenessPass(Registry);
+ initializeLiveDebugValuesPass(Registry);
initializeStackProtectorPass(Registry);
initializeStackSlotColoringPass(Registry);
initializeTailDuplicatePassPass(Registry);
OpenPOWER on IntegriCloud