1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00

Invoke inst has side effects!

llvm-svn: 2619
This commit is contained in:
Chris Lattner 2002-05-14 04:20:25 +00:00
parent e14cba5c34
commit 9d013ca535

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