summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/iOther.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/include/llvm/iOther.h b/llvm/include/llvm/iOther.h
index 8ecf6b02697..7a529557c5a 100644
--- a/llvm/include/llvm/iOther.h
+++ b/llvm/include/llvm/iOther.h
@@ -187,8 +187,6 @@ public:
virtual Instruction *clone() const { return new VAArgInst(*this); }
- bool mayWriteToMemory() const { return true; }
-
// Methods for support type inquiry through isa, cast, and dyn_cast:
static inline bool classof(const VAArgInst *) { return true; }
static inline bool classof(const Instruction *I) {
OpenPOWER on IntegriCloud