From 1c8a23c440b1665ba422778cdc74a0c59ecaf39e Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 25 Aug 2009 23:17:54 +0000 Subject: Eliminate the unused Context argument on one of the ICmpInst and FCmpInst constructors. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80049 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Instructions.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/llvm/Instructions.h') diff --git a/include/llvm/Instructions.h b/include/llvm/Instructions.h index 4da87d1b06..b5d842a6d5 100644 --- a/include/llvm/Instructions.h +++ b/include/llvm/Instructions.h @@ -696,7 +696,6 @@ public: /// @brief Constructor with no-insertion semantics ICmpInst( - LLVMContext &Context, ///< Context to construct within Predicate pred, ///< The predicate to use for the comparison Value *LHS, ///< The left-hand-side of the expression Value *RHS, ///< The right-hand-side of the expression @@ -867,7 +866,6 @@ public: /// @brief Constructor with no-insertion semantics FCmpInst( - LLVMContext &Context, ///< Context to build in Predicate pred, ///< The predicate to use for the comparison Value *LHS, ///< The left-hand-side of the expression Value *RHS, ///< The right-hand-side of the expression -- cgit v1.2.3