yea, lowering this stuff will basically work


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25549 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/Alpha/AlphaISelLowering.h b/lib/Target/Alpha/AlphaISelLowering.h
index e9d9b91..c1ec656 100644
--- a/lib/Target/Alpha/AlphaISelLowering.h
+++ b/lib/Target/Alpha/AlphaISelLowering.h
@@ -41,6 +41,9 @@
       /// DIVCALL - used for special library calls for div and rem
       DivCall,
 
+      ///LD, ST
+      LDQ_, LDT_, LDS_, LDL_, LDWU_, LDBU_, 
+
     };
   }