summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Alpha/AlphaISelLowering.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/Alpha/AlphaISelLowering.h')
-rw-r--r--llvm/lib/Target/Alpha/AlphaISelLowering.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaISelLowering.h b/llvm/lib/Target/Alpha/AlphaISelLowering.h
index 038184d745a..c9245ad26c0 100644
--- a/llvm/lib/Target/Alpha/AlphaISelLowering.h
+++ b/llvm/lib/Target/Alpha/AlphaISelLowering.h
@@ -35,9 +35,12 @@ namespace llvm {
/// 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,
+
};
}
OpenPOWER on IntegriCloud