LoadIdx non-terminal no longer needed.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Sat, 24 Aug 2002 20:58:04 +0000 (20:58 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Sat, 24 Aug 2002 20:58:04 +0000 (20:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3499 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SparcV9/SparcV9.burg.in

index 61ec4d7274879491f63d7f0406aa25ce245830f5..6d28d8ad06cc111565a781f9148d998ca632c406 100644 (file)
@@ -63,7 +63,6 @@ Xdefine PANIC         printf
 %term Alloca=AllocaOPCODE
 %term AllocaN=122               /* alloca with arg N */
 %term Load=LoadOPCODE
-%term LoadIdx=123               /* load with index vector */
 %term Store=StoreOPCODE
 %term GetElemPtr=GetElementPtrOPCODE
 %term GetElemPtrIdx=125         /* getElemPtr with index vector */
@@ -244,8 +243,6 @@ reg:    BXor(reg,Constant)      =  540 (0);
         */
 reg:   Load(reg)               =   51 (30);
 reg:   Load(ptrreg)            =   52 (20);    /* 1 counted for ptrreg */
-reg:   LoadIdx(reg,reg)        =   53 (30);
-reg:   LoadIdx(ptrreg,reg)     =   54 (20);    /* 1 counted for ptrreg */
 reg:   ptrreg                  =  155 (0);
 ptrreg:        GetElemPtr(reg)         =   55 (10);
 ptrreg:        GetElemPtrIdx(reg,reg)  =   56 (10);