mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-02 18:42:36 +00:00
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:
parent
82ac87cc21
commit
017489cfa2
@ -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...
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user