diff options
| author | Andrew Lenharth <andrewl@lenharth.org> | 2005-12-25 01:34:27 +0000 | 
|---|---|---|
| committer | Andrew Lenharth <andrewl@lenharth.org> | 2005-12-25 01:34:27 +0000 | 
| commit | 0fce613effa0e1192ff7bb74df8d625acd0e6969 (patch) | |
| tree | b0f61f1f4a8bf8a3fd585a0e71977b23a94d8b62 /llvm/lib/Target/Alpha/AlphaISelLowering.h | |
| parent | 30db2ec59f07aecb55cf385a87d7d6e0d67f873c (diff) | |
| download | bcm5719-llvm-0fce613effa0e1192ff7bb74df8d625acd0e6969.tar.gz bcm5719-llvm-0fce613effa0e1192ff7bb74df8d625acd0e6969.zip | |
All that just to lower div and rem
llvm-svn: 25008
Diffstat (limited to 'llvm/lib/Target/Alpha/AlphaISelLowering.h')
| -rw-r--r-- | llvm/lib/Target/Alpha/AlphaISelLowering.h | 5 | 
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, +      };    } | 

