Implementation of Store & GetElementPtr

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2001-07-08 23:22:50 +00:00
parent 0bd654a049
commit ab5ac6bb38
11 changed files with 646 additions and 442 deletions

View File

@@ -102,8 +102,7 @@ public:
Alloca, // Stack management instruction
Load, Store, // Memory manipulation instructions.
GetField, PutField, // Structure manipulation instructions
GetElementPtr, // Get addr of Structure or Array element
NumMemoryOps
};