The enum was moved to ISDOpcodes.h.
authorDuncan Sands <baldrick@free.fr>
Thu, 30 Jun 2011 06:37:07 +0000 (06:37 +0000)
committerDuncan Sands <baldrick@free.fr>
Thu, 30 Jun 2011 06:37:07 +0000 (06:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134134 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ExtendingLLVM.html

index b720911df0a5f33349dd6dcce58f408b759dd02e..795e2118dc9bf2d602ac5e6adea8827cf94cc2c0 100644 (file)
@@ -146,7 +146,7 @@ cases, new nodes have been added to allow many targets to perform a common task
 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