aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectMemory.cpp
diff options
context:
space:
mode:
authorHal Finkel <hfinkel@anl.gov>2014-07-10 14:41:31 +0000
committerHal Finkel <hfinkel@anl.gov>2014-07-10 14:41:31 +0000
commita995f926278ab380e300bce12dc0fa237fe699c6 (patch)
tree600aaa37a4b6055127eeb6edf63cd796322e3d49 /lldb/source/Commands/CommandObjectMemory.cpp
parent2bf1366ca64a22d29bac1c29b099e135d656dd9b (diff)
downloadllvm-a995f926278ab380e300bce12dc0fa237fe699c6.zip
llvm-a995f926278ab380e300bce12dc0fa237fe699c6.tar.gz
llvm-a995f926278ab380e300bce12dc0fa237fe699c6.tar.bz2
Feeding isSafeToSpeculativelyExecute its DataLayout pointer
isSafeToSpeculativelyExecute can optionally take a DataLayout pointer. In the past, this was mainly used to make better decisions regarding divisions known not to trap, and so was not all that important for users concerned with "cheap" instructions. However, now it also helps look through bitcasts for dereferencable loads, and will also be important if/when we add a dereferencable pointer attribute. This is some initial work to feed a DataLayout pointer through to callers of isSafeToSpeculativelyExecute, generally where one was already available. llvm-svn: 212720
Diffstat (limited to 'lldb/source/Commands/CommandObjectMemory.cpp')
0 files changed, 0 insertions, 0 deletions