forked from OSchip/llvm-project
parent
d4b103107e
commit
2929266127
|
@ -681,6 +681,7 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual VAArgInst *clone() const;
|
virtual VAArgInst *clone() const;
|
||||||
|
bool mayWriteToMemory() const { return true; }
|
||||||
|
|
||||||
// Methods for support type inquiry through isa, cast, and dyn_cast:
|
// Methods for support type inquiry through isa, cast, and dyn_cast:
|
||||||
static inline bool classof(const VAArgInst *) { return true; }
|
static inline bool classof(const VAArgInst *) { return true; }
|
||||||
|
|
Loading…
Reference in New Issue