Skip to content

Commit a2a3adc

Browse files
committed
Fix incorrect file path in documentation
1 parent 6c5b635 commit a2a3adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/ExtendingLLVM.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ complicated behavior in a single node (rotate).
147147
code you wrote in ``LegalizeOp`` above to decompose your new node into other
148148
legal nodes for this target.
149149

150-
#. ``lib/Target/TargetSelectionDAG.td``:
150+
#. ``include/llvm/Target/TargetSelectionDAG.td``:
151151

152152
Most current targets supported by LLVM generate code using the DAGToDAG
153153
method, where SelectionDAG nodes are pattern matched to target-specific

0 commit comments

Comments
 (0)