add a traits class for SmallPtrSet that allows us to stick things that are
[oota-llvm.git] / include / llvm / ADT / APFloat.h
index 5b09d48b0f05a21bb14c87d1bdf582ed54214ab5..29a89dd06c2d53acc14b42ec1e950f1acef7701a 100644 (file)
@@ -293,6 +293,7 @@ namespace llvm {
     opStatus addOrSubtractSpecials(const APFloat &, bool subtract);
     opStatus divideSpecials(const APFloat &);
     opStatus multiplySpecials(const APFloat &);
+    opStatus modSpecials(const APFloat &);
 
     /* Miscellany.  */
     void makeNaN(void);