[LLVMdev] SDNode enum
Duncan Sands
baldrick at free.fr
Wed Jun 29 23:37:13 PDT 2011
Hi Ankur,
> The document for "Adding a new SelectionDAG node" ( @
> http://llvm.org/releases/2.9/docs/ExtendingLLVM.html#sdnode ) says,
>
> "1. include/llvm/CodeGen/SelectionDAGNodes.h: Add an enum value for
> the new SelectionDAG node."
>
> Where exactly shall one add the info for new SelectionDAG ? I dont see
> enums for other SDnodes too. Please help.
it was moved to include/llvm/CodeGen/ISDOpcodes.h
Ciao, Duncan.
More information about the llvm-dev
mailing list