Feeding isSafeToSpeculativelyExecute its DataLayout pointer (in Sink)
authorHal Finkel <hfinkel@anl.gov>
Thu, 10 Jul 2014 16:07:11 +0000 (16:07 +0000)
committerHal Finkel <hfinkel@anl.gov>
Thu, 10 Jul 2014 16:07:11 +0000 (16:07 +0000)
commitb1beb01d822750b39291c8d059a01de5d4c6f422
tree8cd78c2964e8f8c2adf9ab585a6786fcd0c69a64
parent9478f0a6ffa078c96f3f306f1a421bb41c110304
Feeding isSafeToSpeculativelyExecute its DataLayout pointer (in Sink)

This is the one remaining place I see where passing
isSafeToSpeculativelyExecute a DataLayout pointer might matter (at least for
loads) -- I think I got the others in r212720. Most of the other remaining
callers of isSafeToSpeculativelyExecute only use it for call sites (or
otherwise exclude loads).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212730 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/Sink.cpp