[LLVMbugs] SelectionDAGISel.cpp missing include
Vladimir Prus
ghost at cs.msu.su
Tue May 23 06:44:58 PDT 2006
Hi,
I look the liberty of committing the attached trivial patch, which add missing
include.
Without it, I get:
/home/ghost/Work/llvm-cvs/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp: In
member function `void llvm::SelectionDAGLowering::visitSetCC(llvm::User&,
llvm::ISD::CondCode, llvm::ISD::CondCode, llvm::ISD::CondCode)':
/home/ghost/Work/llvm-cvs/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp:1107:
error: `
UnsafeFPMath' undeclared (first use this function)
/home/ghost/Work/llvm-cvs/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp:1107:
error: (Each
undeclared identifier is reported only once for each function it appears
in.)
/home/ghost/Work/llvm-cvs/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp:1107:
error: `
FiniteOnlyFPMath' undeclared (first use this function)
And this is most likely caused by revision 1.248 from 'evancheng'.
- Volodya
-------------- next part --------------
A non-text attachment was scrubbed...
Name: SelectionDAGISel.cpp.diff
Type: text/x-diff
Size: 656 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20060523/2e3f7451/attachment.diff>
More information about the llvm-bugs
mailing list