commit | 59eb322ce13c7b10e52293aa63586f2342dd5462 | [log] [tgz] |
---|---|---|
author | David Blaikie <dblaikie@gmail.com> | Wed Jun 19 21:52:48 2013 +0000 |
committer | David Blaikie <dblaikie@gmail.com> | Wed Jun 19 21:52:48 2013 +0000 |
tree | ec45069495d31fd4b93db69705d0ab21cf3a8feb | |
parent | d8c3d4b1e9f8695a9c063615a324cb105c9ab780 [diff] |
DebugInfo: Specify that a value is stored indirectly This is a precursor to fix a regression caused by PR14763/r183329 where the location of a non-trivial pass-by-value parameter ends up incorrectly referring directly to the parameter (a pointer) rather than the object pointed to by the pointer. llvm-svn: 184365