commit | 40b44e1d0a2beafb86d402bbed521423d473aa81 | [log] [tgz] |
---|---|---|
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Tue Mar 29 18:56:03 2016 +0000 |
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Tue Mar 29 18:56:03 2016 +0000 |
tree | 3380f76cf52ca5654c93b27da6b4e20bd2d9a218 | |
parent | 89daa29fa610db912fbcef8c283ae8c40702a7dd [diff] |
IR: Add DbgInfoIntrinsic::getVariableLocation Create a common accessor, DbgInfoIntrinsic::getVariableLocation, which doesn't care about the type of debug info intrinsic. Use this to further unify the implementations of DbgDeclareInst::getAddress and DbgValueInst::getValue. Besides being a cleanup, I'm planning to use this to prepare DEBUG output without having to branch on the concrete type. llvm-svn: 264767