summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/value/main.c
diff options
context:
space:
mode:
authorJohannes Doerfert <doerfert@cs.uni-saarland.de>2016-03-24 13:22:16 +0000
committerJohannes Doerfert <doerfert@cs.uni-saarland.de>2016-03-24 13:22:16 +0000
commit549768c01aa526f4aa047b0dfba7ce28863123b3 (patch)
tree781cd964208d23394795bcb021df9580114d1045 /lldb/packages/Python/lldbsuite/test/python_api/value/main.c
parent9ea44aee64dcced25665fe1f187a36e5f725c354 (diff)
downloadbcm5719-llvm-549768c01aa526f4aa047b0dfba7ce28863123b3.tar.gz
bcm5719-llvm-549768c01aa526f4aa047b0dfba7ce28863123b3.zip
[FIX] Verify the alias group before returning it
Similar to r262612 we need to check not only the pointer SCEV and the type of an alias group but also the actual access instruction. The reason is again the same: The pointer SCEV is not flow sensitive but the access function is. In r262612 we avoided consolidating alias groups even though the pointer SCEV and the type were the same but the access function was not. Here it is simpler as we can simply check all members of an alias group against the given access instruction. llvm-svn: 264274
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/value/main.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud