These don't really need contexts either.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75528 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Owen Anderson
2009-07-13 22:18:28 +00:00
parent 0c39e3839a
commit fa82b6eba4
7 changed files with 30 additions and 20 deletions

View File

@ -224,8 +224,8 @@ public:
/// isNeg, isFNeg, isNot - Check if the given Value is a
/// NEG, FNeg, or NOT instruction.
///
static bool isNeg(LLVMContext &Context, const Value *V);
static bool isFNeg(LLVMContext &Context, const Value *V);
static bool isNeg(const Value *V);
static bool isFNeg(const Value *V);
static bool isNot(const Value *V);
/// getNegArgument, getNotArgument - Helper functions to extract the