Take advantage of TargetData when available; we know that the atomic intrinsics
authorNick Lewycky <nicholas@mxc.ca>
Thu, 15 Oct 2009 00:36:35 +0000 (00:36 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Thu, 15 Oct 2009 00:36:35 +0000 (00:36 +0000)
commit22c031296ce91cdabb193a203b06b339ef500f4b
treef8da75ec326418abe6c0cb7c3a8f624db4f272d6
parentcd2ae14ce3f16f0cef162aa85707f32295c4ee3d
Take advantage of TargetData when available; we know that the atomic intrinsics
only dereference the element they point to directly with no pointer arithmetic.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84159 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/BasicAliasAnalysis.cpp