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 | ddee3cb1635cb9f2e39e561ed2e064fe9ae05dca (patch) | |
| tree | 7d1edeede1f85d91b90407810d84ca672715f788 /llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | |
| parent | c96c6db59dee80726c7b583198f03e895b6d1798 (diff) | |
| download | bcm5719-llvm-ddee3cb1635cb9f2e39e561ed2e064fe9ae05dca.tar.gz bcm5719-llvm-ddee3cb1635cb9f2e39e561ed2e064fe9ae05dca.zip | |
Add FIXME comment to remove this.
llvm-svn: 104749
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index d952bc0377f..65b8d4f6591 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/llvm/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[] = { |

