mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-14 07:31:39 +00:00
Invoke inst has side effects!
llvm-svn: 2619
This commit is contained in:
parent
e14cba5c34
commit
9d013ca535
@ -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