All that just to lower div and rem

llvm-svn: 25008
diff --git a/llvm/lib/Target/Alpha/AlphaISelLowering.h b/llvm/lib/Target/Alpha/AlphaISelLowering.h
index 038184d..c9245ad 100644
--- a/llvm/lib/Target/Alpha/AlphaISelLowering.h
+++ b/llvm/lib/Target/Alpha/AlphaISelLowering.h
@@ -35,9 +35,12 @@
       /// RetLit - Literal Relocation of a Global
       RelLit,
 
-      /// GlobalBaseReg, used to restore the GOT ptr
+      /// GlobalBaseReg - used to restore the GOT ptr
       GlobalBaseReg,
 
+      /// DIVCALL - used for special library calls for div and rem
+      DivCall,
+
     };
   }