diff options
author | Duncan Sands <baldrick@free.fr> | 2011-06-30 06:37:07 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2011-06-30 06:37:07 +0000 |
commit | eb7fe5df1b6318ae793bf32f9988c4cbc3c5ad74 (patch) | |
tree | 5e6a5f54b362c51d6c4abc7a932ca0f865dc53d6 /docs/ExtendingLLVM.html | |
parent | dafc17e2c2a13697f7f80f5965104290e2912464 (diff) |
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/ExtendingLLVM.html')
-rw-r--r-- | docs/ExtendingLLVM.html | 2 |
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 |