forked from OSchip/llvm-project
parent
e00d826c7a
commit
3262f9406b
|
@ -190,6 +190,8 @@ public:
|
||||||
|
|
||||||
virtual Instruction *clone() const { return new InvokeInst(*this); }
|
virtual Instruction *clone() const { return new InvokeInst(*this); }
|
||||||
|
|
||||||
|
bool hasSideEffects() const { return true; }
|
||||||
|
|
||||||
// getCalledFunction - Return the function called, or null if this is an
|
// getCalledFunction - Return the function called, or null if this is an
|
||||||
// indirect function invocation...
|
// indirect function invocation...
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue