[llvm-commits] [SignlessTypes] CVS: llvm/include/llvm/Constants.h
Zhou Sheng
zhousheng00 at gmail.com
Sun Oct 29 00:36:13 PDT 2006
Changes in directory llvm/include/llvm:
Constants.h updated: 1.88.2.8 -> 1.88.2.9
---
Log message:
---
Diffs of the changes: (+1 -1)
Constants.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/Constants.h
diff -u llvm/include/llvm/Constants.h:1.88.2.8 llvm/include/llvm/Constants.h:1.88.2.9
--- llvm/include/llvm/Constants.h:1.88.2.8 Mon Oct 23 13:13:26 2006
+++ llvm/include/llvm/Constants.h Sun Oct 29 01:35:48 2006
@@ -547,7 +547,6 @@
static Constant *getUDiv(Constant *C1, Constant *C2);
static Constant *getSDiv(Constant *C1, Constant *C2);
static Constant *getFDiv(Constant *C1, Constant *C2);
- static Constant *getFRem(Constant *C1, Constant *C2);
static Constant *getAnd(Constant *C1, Constant *C2);
static Constant *getOr(Constant *C1, Constant *C2);
static Constant *getXor(Constant *C1, Constant *C2);
@@ -564,6 +563,7 @@
static Constant *getSShr(Constant *C1, Constant *C2); // signed shr
static Constant *getURem(Constant *C1, Constant *C2); // unsgied rem
static Constant *getSRem(Constant *C1, Constant *C2); // signed rem
+ static Constant *getFRem(Constant *C1, Constant *C2);
/// Getelementptr form. std::vector<Value*> is only accepted for convenience:
/// all elements must be Constant's.
More information about the llvm-commits
mailing list