Load and Store now no longer derive from MemAccessInst. Indexing a load or
authorChris Lattner <sabre@nondot.org>
Thu, 22 Aug 2002 22:47:47 +0000 (22:47 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 22 Aug 2002 22:47:47 +0000 (22:47 +0000)
commitf150b9d984c7a8e3cf7c77bb676731e7abf8359f
treeabba2b86ee54a885b5f8de5e503ebc400de2b017
parentf9355f636b6a7d59993081766dd0481bd08f545d
Load and Store now no longer derive from MemAccessInst.  Indexing a load or
store is not possible anymore.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3482 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/iMemory.h
lib/VMCore/iMemory.cpp