Fix incorrect file path in documentation

This commit is contained in:
Matt Arsenault 2020-07-15 20:42:17 -04:00
parent 6c5b635e95
commit a2a3adcc66
1 changed files with 1 additions and 1 deletions

View File

@ -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