forked from OSchip/llvm-project
Fix incorrect file path in documentation
This commit is contained in:
parent
6c5b635e95
commit
a2a3adcc66
|
@ -147,7 +147,7 @@ complicated behavior in a single node (rotate).
|
|||
code you wrote in ``LegalizeOp`` above to decompose your new node into other
|
||||
legal nodes for this target.
|
||||
|
||||
#. ``lib/Target/TargetSelectionDAG.td``:
|
||||
#. ``include/llvm/Target/TargetSelectionDAG.td``:
|
||||
|
||||
Most current targets supported by LLVM generate code using the DAGToDAG
|
||||
method, where SelectionDAG nodes are pattern matched to target-specific
|
||||
|
|
Loading…
Reference in New Issue