Eliminated the MemAccessInst class, folding contents into GEP class.
authorChris Lattner <sabre@nondot.org>
Thu, 22 Aug 2002 23:37:20 +0000 (23:37 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 22 Aug 2002 23:37:20 +0000 (23:37 +0000)
commitcc63f1c67456f41b25e8ccb8c1dce72067ddbadf
tree52db175350fef9c25f1efd36dfbb1f0ee627ce9a
parentd145c2172fc54160c5edf199a1a96fca492e19bc
Eliminated the MemAccessInst class, folding contents into GEP class.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3487 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
include/llvm/iMemory.h
lib/Bytecode/Reader/InstructionReader.cpp
lib/CodeGen/InstrSelection/InstrForest.cpp
lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp
lib/ExecutionEngine/Interpreter/Execution.cpp
lib/Target/SparcV9/InstrSelection/InstrForest.cpp
lib/Target/SparcV9/InstrSelection/InstrSelectionSupport.cpp
lib/Transforms/ExprTypeConvert.cpp
lib/Transforms/Scalar/DecomposeMultiDimRefs.cpp
lib/Transforms/Scalar/SCCP.cpp
lib/Transforms/Utils/PromoteMemoryToRegister.cpp
lib/VMCore/Verifier.cpp
lib/VMCore/iMemory.cpp