diff options
| -rw-r--r-- | llvm/include/llvm/Instructions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/Instructions.h b/llvm/include/llvm/Instructions.h index 53cfe6ae1d4..b1214afef3d 100644 --- a/llvm/include/llvm/Instructions.h +++ b/llvm/include/llvm/Instructions.h @@ -681,6 +681,7 @@ public: } virtual VAArgInst *clone() const; + bool mayWriteToMemory() const { return true; } // Methods for support type inquiry through isa, cast, and dyn_cast: static inline bool classof(const VAArgInst *) { return true; } |

