summaryrefslogtreecommitdiff
path: root/include/llvm/InstrTypes.h
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2009-07-13 22:18:28 +0000
committerOwen Anderson <resistor@mac.com>2009-07-13 22:18:28 +0000
commitfa82b6eba4e1584d7dba291c28fe908272e1e002 (patch)
tree033b1e9a873ad04863a5c5849ab515ba31d17e60 /include/llvm/InstrTypes.h
parent0c39e3839a7d7e0dbd49b6b2d3e1bdc735b2b3aa (diff)
downloadllvm-fa82b6eba4e1584d7dba291c28fe908272e1e002.tar.gz
llvm-fa82b6eba4e1584d7dba291c28fe908272e1e002.tar.bz2
llvm-fa82b6eba4e1584d7dba291c28fe908272e1e002.tar.xz
These don't really need contexts either.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75528 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/InstrTypes.h')
-rw-r--r--include/llvm/InstrTypes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/InstrTypes.h b/include/llvm/InstrTypes.h
index eb0b7b6e5b..1ee2a4b331 100644
--- a/include/llvm/InstrTypes.h
+++ b/include/llvm/InstrTypes.h
@@ -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