aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Unix
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-10-17 09:23:48 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-10-17 09:23:48 +0000
commit02bf98ab38355aafbe9a763caa019bc06ad9ce3d (patch)
treeb0b88390e248e64fcf0f3ccfe219c62f3779cbdc /lib/Support/Unix
parent80668fbc097ad4efbc31a4c9f097a5d787dfac47 (diff)
This just in, it is a *bad idea* to use 'udiv' on an offset of
a pointer. A very bad idea. Let's not do that. Fixes PR14105. Note that this wasn't *that* glaring of an oversight. Originally, these routines were only called on offsets within an alloca, which are intrinsically positive. But over the evolution of the pass, they ended up being called for arbitrary offsets, and things went downhill... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166095 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/Unix')
0 files changed, 0 insertions, 0 deletions