1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00

Fix incorrect file path in documentation

This commit is contained in:
Matt Arsenault 2020-07-15 20:42:17 -04:00
parent 39e76f9342
commit 6bfa8ac3f9

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