Invoke inst has side effects!

llvm-svn: 2619
This commit is contained in:
Chris Lattner 2002-05-14 04:20:25 +00:00
parent e00d826c7a
commit 3262f9406b
1 changed files with 2 additions and 0 deletions

View File

@ -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...
// //