Invoke inst has side effects!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2619 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-05-14 04:20:25 +00:00
parent 82ac87cc21
commit 017489cfa2

View File

@ -190,6 +190,8 @@ public:
virtual Instruction *clone() const { return new InvokeInst(*this); }
bool hasSideEffects() const { return true; }
// getCalledFunction - Return the function called, or null if this is an
// indirect function invocation...
//