[llvm-commits] [llvm] r46587 - in /llvm/trunk: include/llvm/CodeGen/SelectionDAGNodes.h lib/CodeGen/SelectionDAG/LegalizeDAG.cpp lib/CodeGen/SelectionDAG/SelectionDAG.cpp lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp lib/Target/PowerPC/PPCISelLowering.cpp lib/Target/X86/X86ISelLowering.cpp lib/Target/X86/X86ISelLowering.h

Dan Gohman djg at cray.com
Thu Jan 31 16:37:28 PST 2008


> How about changing it to FLT_ROUND (no s) or something else? Using a  
> trailing '_' seems silly.

FLT_ROUNDS is a specific standard macro, and the opcode in question
is for implementing it. I'd prefer to not change any letters in the
spelling. FWIW, it's consistent with PIC_.

Dan

-- 
Dan Gohman, Cray Inc.



More information about the llvm-commits mailing list