diff options
| author | Bill Wendling <isanbard@gmail.com> | 2010-05-26 21:53:50 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2010-05-26 21:53:50 +0000 |
| commit | 6c198f7fc668ee28ee378728a94bfc66ec312299 (patch) | |
| tree | 852a1e20f996295317d1b52c264ce83c0dc30bbf /lib/CodeGen/SelectionDAG | |
| parent | 009f1003255466858f7748765a1894aaae98bbe5 (diff) | |
| download | external_llvm-6c198f7fc668ee28ee378728a94bfc66ec312299.zip external_llvm-6c198f7fc668ee28ee378728a94bfc66ec312299.tar.gz external_llvm-6c198f7fc668ee28ee378728a94bfc66ec312299.tar.bz2 | |
Add FIXME comment to remove this.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104749 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG')
| -rw-r--r-- | lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index d952bc0..65b8d4f 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp @@ -195,6 +195,8 @@ void SelectionDAGISel::getAnalysisUsage(AnalysisUsage &AU) const { /// FunctionCallsSetJmp - Return true if the function has a call to setjmp or /// other function that gcc recognizes as "returning twice". This is used to /// limit code-gen optimizations on the machine function. +/// +/// FIXME: Remove after <rdar://problem/8031714> is fixed. static bool FunctionCallsSetJmp(const Function *F) { const Module *M = F->getParent(); static const char *ReturnsTwiceFns[] = { |
