aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2015-01-19 17:57:29 +0000
committerAdrian Prantl <aprantl@apple.com>2015-01-19 17:57:29 +0000
commit5883af3faaa5355cc886c0b66c95ab7669e024dc (patch)
treeca7fa021facd981f77260e5af019f357165ac39b /llvm/lib/Bitcode
parent7c6f944cdf82c2faa5e2ae0a88184b5683474442 (diff)
downloadllvm-5883af3faaa5355cc886c0b66c95ab7669e024dc.zip
llvm-5883af3faaa5355cc886c0b66c95ab7669e024dc.tar.gz
llvm-5883af3faaa5355cc886c0b66c95ab7669e024dc.tar.bz2
Remove support for DIVariable's FlagIndirectVariable and expect
frontends to use a DIExpression with a DW_OP_deref instead. This is not only a much more natural place for this informationl; there is also a technical reason: The FlagIndirectVariable is used to mark a variable that is turned into a reference by virtue of the calling convention; this happens for example to aggregate return values. The inliner, for example, may actually need to undo this indirection to correctly represent the value in its new context. This is impossible to implement because the DIVariable can't be safely modified. We can however safely construct a new DIExpression on the fly. llvm-svn: 226476
Diffstat (limited to 'llvm/lib/Bitcode')
0 files changed, 0 insertions, 0 deletions