[llvm] a2a3adc - Fix incorrect file path in documentation

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 16 12:53:20 PDT 2020


Author: Matt Arsenault
Date: 2020-07-16T15:53:11-04:00
New Revision: a2a3adcc665b794857156216dcd916db1017153b

URL: https://github.com/llvm/llvm-project/commit/a2a3adcc665b794857156216dcd916db1017153b
DIFF: https://github.com/llvm/llvm-project/commit/a2a3adcc665b794857156216dcd916db1017153b.diff

LOG: Fix incorrect file path in documentation

Added: 
    

Modified: 
    llvm/docs/ExtendingLLVM.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/ExtendingLLVM.rst b/llvm/docs/ExtendingLLVM.rst
index 53daf5c8427a..f2eb374b4ef9 100644
--- a/llvm/docs/ExtendingLLVM.rst
+++ b/llvm/docs/ExtendingLLVM.rst
@@ -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


        


More information about the llvm-commits mailing list