fix DCE + va_arg problem

llvm-svn: 22264
This commit is contained in:
Andrew Lenharth 2005-06-19 14:46:20 +00:00
parent cdaaa66e7d
commit ce40ab3077

View File

@ -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; }