summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Alpha/AlphaISelLowering.h
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2005-12-25 01:34:27 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2005-12-25 01:34:27 +0000
commit0fce613effa0e1192ff7bb74df8d625acd0e6969 (patch)
treeb0f61f1f4a8bf8a3fd585a0e71977b23a94d8b62 /llvm/lib/Target/Alpha/AlphaISelLowering.h
parent30db2ec59f07aecb55cf385a87d7d6e0d67f873c (diff)
downloadbcm5719-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.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