mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-15 07:33:18 +00:00
Add FIXME comment to remove this.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104749 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
df9c8bc569
commit
804a231dd5
@ -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[] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user