diff options
Diffstat (limited to 'include/llvm')
-rw-r--r-- | include/llvm/Function.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/Function.h b/include/llvm/Function.h index 678651b..4386249 100644 --- a/include/llvm/Function.h +++ b/include/llvm/Function.h @@ -425,10 +425,6 @@ public: /// bool hasAddressTaken(const User** = 0) const; - /// callsFunctionThatReturnsTwice - Return true if the function has a call to - /// setjmp or other function that gcc recognizes as "returning twice". - bool callsFunctionThatReturnsTwice() const; - private: // Shadow Value::setValueSubclassData with a private forwarding method so that // subclasses cannot accidentally use it. |