diff options
Diffstat (limited to 'lib/Target/Alpha/AlphaISelLowering.h')
-rw-r--r-- | lib/Target/Alpha/AlphaISelLowering.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/Target/Alpha/AlphaISelLowering.h b/lib/Target/Alpha/AlphaISelLowering.h index 038184d745..c9245ad26c 100644 --- a/lib/Target/Alpha/AlphaISelLowering.h +++ b/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, + }; } |