summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2011-06-30 06:37:07 +0000
committerDuncan Sands <baldrick@free.fr>2011-06-30 06:37:07 +0000
commiteb7fe5df1b6318ae793bf32f9988c4cbc3c5ad74 (patch)
tree5e6a5f54b362c51d6c4abc7a932ca0f865dc53d6 /docs
parentdafc17e2c2a13697f7f80f5965104290e2912464 (diff)
downloadllvm-eb7fe5df1b6318ae793bf32f9988c4cbc3c5ad74.tar.gz
llvm-eb7fe5df1b6318ae793bf32f9988c4cbc3c5ad74.tar.bz2
llvm-eb7fe5df1b6318ae793bf32f9988c4cbc3c5ad74.tar.xz
The enum was moved to ISDOpcodes.h.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134134 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ExtendingLLVM.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ExtendingLLVM.html b/docs/ExtendingLLVM.html
index b720911df0..795e2118dc 100644
--- a/docs/ExtendingLLVM.html
+++ b/docs/ExtendingLLVM.html
@@ -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