summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/cpp/call-function/TestCallCPPFunction.py
diff options
context:
space:
mode:
authorWei Mi <wmi@google.com>2016-08-09 20:40:03 +0000
committerWei Mi <wmi@google.com>2016-08-09 20:40:03 +0000
commit575435012ca30f3064d539baf9a920c9f3fdd82d (patch)
treed6f851d28df682f78e605362ffd7f57489e8a76b /lldb/packages/Python/lldbsuite/test/lang/cpp/call-function/TestCallCPPFunction.py
parent785858cf6c6f1716bab78940769de982cdb5f2e5 (diff)
downloadbcm5719-llvm-575435012ca30f3064d539baf9a920c9f3fdd82d.tar.gz
bcm5719-llvm-575435012ca30f3064d539baf9a920c9f3fdd82d.zip
Fix the runtime error caused by "Use ValueOffsetPair to enhance value reuse during SCEV expansion".
The patch is to fix the bug in PR28705. It was caused by setting wrong return value for SCEVExpander::findExistingExpansion. The return values of findExistingExpansion have different meanings when the function is used in different ways so it is easy to make mistake. The fix creates two new interfaces to replace SCEVExpander::findExistingExpansion, and specifies where each interface is expected to be used. Differential Revision: https://reviews.llvm.org/D22942 llvm-svn: 278161
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/call-function/TestCallCPPFunction.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud