summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2010-07-01 15:42:00 +0000
committerGabor Greif <ggreif@gmail.com>2010-07-01 15:42:00 +0000
commit2400f9cb66f1c50389bdaf5722f362207f2f3165 (patch)
tree6c4c9aa72954d1656004facc9cd3f27d64e0ae3c
parent3311ed4f0eaf15db42761fbca008b75bab92f9a8 (diff)
downloadbcm5719-llvm-2400f9cb66f1c50389bdaf5722f362207f2f3165.tar.gz
bcm5719-llvm-2400f9cb66f1c50389bdaf5722f362207f2f3165.zip
back out r107396 for now, it needs another minor change to function as advertised
llvm-svn: 107399
-rw-r--r--llvm/include/llvm/Instructions.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/include/llvm/Instructions.h b/llvm/include/llvm/Instructions.h
index 02cc9470253..814329288d0 100644
--- a/llvm/include/llvm/Instructions.h
+++ b/llvm/include/llvm/Instructions.h
@@ -948,13 +948,6 @@ public:
Value *getArgOperand(unsigned i) const { return getOperand(i + ArgOffset); }
void setArgOperand(unsigned i, Value *v) { setOperand(i + ArgOffset, v); }
- /// Provide compile-time errors for accessing operand 0
- /// @deprecated these will go away soon
- /// @detail see below comments and update your code to high-level interfaces
- ///
- void getOperand(void*); // NO IMPL ---> use getCalledValue (or possibly getCalledFunction) instead
- void setOperand(void*, Value*); // NO IMPL ---> use setCalledFunction instead
-
/// getCallingConv/setCallingConv - Get or set the calling convention of this
/// function call.
CallingConv::ID getCallingConv() const {
OpenPOWER on IntegriCloud