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

@@ -78,13 +78,12 @@ typedef union {
#define FREE 303
#define LOAD 304
#define STORE 305
#define GETFIELD 306
#define PUTFIELD 307
#define PHI 308
#define CALL 309
#define CAST 310
#define SHL 311
#define SHR 312
#define GETELEMENTPTR 306
#define PHI 307
#define CALL 308
#define CAST 309
#define SHL 310
#define SHR 311
extern YYSTYPE llvmAsmlval;