commit | b1630a1487b7026c61ae232fefa1016c986b7062 | [log] [tgz] |
---|---|---|
author | Matt Arsenault <Matthew.Arsenault@amd.com> | Wed Jun 08 05:18:01 2016 +0000 |
committer | Matt Arsenault <Matthew.Arsenault@amd.com> | Wed Jun 08 05:18:01 2016 +0000 |
tree | 1691682b2c47d6d71aa0db5498ca22a5eeff5b0e | |
parent | 53b7b3ca5ff2c13d067985f652cd7fac63fb2e91 [diff] [blame] |
Make LiveDebugValues preserve CFG llvm-svn: 272117
diff --git a/llvm/lib/CodeGen/LiveDebugValues.cpp b/llvm/lib/CodeGen/LiveDebugValues.cpp index 423afba..1297273 100644 --- a/llvm/lib/CodeGen/LiveDebugValues.cpp +++ b/llvm/lib/CodeGen/LiveDebugValues.cpp
@@ -247,6 +247,7 @@ /// Tell the pass manager which passes we depend on and what information we /// preserve. void LiveDebugValues::getAnalysisUsage(AnalysisUsage &AU) const { + AU.setPreservesCFG(); MachineFunctionPass::getAnalysisUsage(AU); }