mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-30 08:44:48 +00:00
fix DCE + va_arg problem
llvm-svn: 22264
This commit is contained in:
parent
cdaaa66e7d
commit
ce40ab3077
@ -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; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user