OSDN Git Service

Fix incorrect file path in documentation
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 16 Jul 2020 00:42:17 +0000 (20:42 -0400)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 16 Jul 2020 19:53:11 +0000 (15:53 -0400)
llvm/docs/ExtendingLLVM.rst

index 53daf5c..f2eb374 100644 (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