mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-29 06:30:30 +00:00
The enum was moved to ISDOpcodes.h.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134134 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dafc17e2c2
commit
eb7fe5df1b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user