From 804a231dd5b064006a252f67fe27abced0827ac8 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 26 May 2010 21:53:50 +0000 Subject: [PATCH] Add FIXME comment to remove this. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104749 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index d952bc0377f..65b8d4f6591 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 is fixed. static bool FunctionCallsSetJmp(const Function *F) { const Module *M = F->getParent(); static const char *ReturnsTwiceFns[] = {