I'm getting this: /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) This is result of revision of 1.248 of SelectionDAGISel.cpp, comitted by 'evancheng'.
Vladimir Prus wrote:> > I'm getting this: > > /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)Forget it, I've pressed "Send" in wrong window. See the llvmbugs list for a fix. Sorry for noise. - Volodya
On Tue, 23 May 2006, Vladimir Prus wrote:> Forget it, I've pressed "Send" in wrong window. See the llvmbugs list for a > fix.Thanks for fixing this! -Chris -- http://nondot.org/sabre/ http://llvm.org/
Yeah. Sorry about this. Thanks for fixing it. Evan On May 23, 2006, at 6:44 AM, Vladimir Prus wrote:> > I'm getting this: > > /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) > > > This is result of revision of 1.248 of SelectionDAGISel.cpp, > comitted by > 'evancheng'. > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
Apparently Analagous Threads
- [LLVMdev] Re: HEAD broken?
- [LLVMdev] VFCmp failing when unordered or UnsafeFPMath on x86
- [LLVMdev] VFCmp failing when unordered or UnsafeFPMath on x86
- [LLVMdev] VFCmp failing when unordered or UnsafeFPMath on x86
- [LLVMdev] VFCmp failing when unordered or UnsafeFPMath on x86