diff options
-rw-r--r-- | include/llvm/iOther.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/iOther.h b/include/llvm/iOther.h index 8ecf6b0269..7a529557c5 100644 --- a/include/llvm/iOther.h +++ b/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) { |