aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Constants.h')
-rw-r--r--include/llvm/Constants.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/Constants.h b/include/llvm/Constants.h
index e502a71..3d4ff90 100644
--- a/include/llvm/Constants.h
+++ b/include/llvm/Constants.h
@@ -442,8 +442,6 @@ protected:
Constant *C1, Constant *C2);
static Constant *getCompareTy(unsigned short pred, Constant *C1,
Constant *C2);
- static Constant *getShiftTy(const Type *Ty,
- unsigned Opcode, Constant *C1, Constant *C2);
static Constant *getSelectTy(const Type *Ty,
Constant *C1, Constant *C2, Constant *C3);
static Constant *getGetElementPtrTy(const Type *Ty, Constant *C,