1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/include
Dan Gohman ebbc4df924 Remove the experimental AliasAnalysis::getDependency interface, which
isn't a good level of abstraction for memdep. Instead, generalize
AliasAnalysis::alias and related interfaces with a new Location
class for describing a memory location. For now, this is the same
Pointer and Size as before, plus an additional field for a TBAA tag.

Also, introduce a fixed MD_tbaa metadata tag kind.

llvm-svn: 113858
2010-09-14 21:25:10 +00:00
..
llvm Remove the experimental AliasAnalysis::getDependency interface, which 2010-09-14 21:25:10 +00:00
llvm-c Add missing X86 MMX declarations. Hopefully fixes buildbot? 2010-09-10 21:58:02 +00:00