[llvm-commits] [llvm] r134134 - /llvm/trunk/docs/ExtendingLLVM.html

Duncan Sands baldrick at free.fr
Wed Jun 29 23:37:07 PDT 2011


Author: baldrick
Date: Thu Jun 30 01:37:07 2011
New Revision: 134134

URL: http://llvm.org/viewvc/llvm-project?rev=134134&view=rev
Log:
The enum was moved to ISDOpcodes.h.

Modified:
    llvm/trunk/docs/ExtendingLLVM.html

Modified: llvm/trunk/docs/ExtendingLLVM.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ExtendingLLVM.html?rev=134134&r1=134133&r2=134134&view=diff
==============================================================================
--- llvm/trunk/docs/ExtendingLLVM.html (original)
+++ llvm/trunk/docs/ExtendingLLVM.html Thu Jun 30 01:37:07 2011
@@ -146,7 +146,7 @@
 complicated behavior in a single node (rotate).</p>
 
 <ol>
-<li><tt>include/llvm/CodeGen/SelectionDAGNodes.h</tt>:
+<li><tt>include/llvm/CodeGen/ISDOpcodes.h</tt>:
     Add an enum value for the new SelectionDAG node.</li>
 <li><tt>lib/CodeGen/SelectionDAG/SelectionDAG.cpp</tt>:
     Add code to print the node to <tt>getOperationName</tt>.  If your new node





More information about the llvm-commits mailing list