summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SafeStack/debug-loc-dynamic.ll
Commit message (Collapse)AuthorAgeFilesLines
* [safestack] Fixup llvm.dbg.value when rewriting unsafe allocas.Evgeniy Stepanov2016-06-161-0/+57
When moving unsafe allocas to the unsafe stack, dbg.declare intrinsics are updated to refer to the new location. This change does the same to dbg.value intrinsics. llvm-svn: 272968
OpenPOWER on IntegriCloud