From 81519d9b6434ad42e41e0aecec34b76ddb9d8f2b Mon Sep 17 00:00:00 2001
From: Chris Lattner
Date: Sun, 20 Jun 2004 07:53:22 +0000
Subject: [PATCH] Update path
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14268 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/ExtendingLLVM.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/ExtendingLLVM.html b/docs/ExtendingLLVM.html
index 3d5ccc0d13c..d86b1a47dc8 100644
--- a/docs/ExtendingLLVM.html
+++ b/docs/ExtendingLLVM.html
@@ -90,7 +90,7 @@ function and then be turned into an instruction if warranted.
llvm/include/llvm/Intrinsics.h:
add an enum in the llvm::Intrinsic namespace
-llvm/lib/VMCore/IntrinsicLowering.cpp:
+llvm/lib/CodeGen/IntrinsicLowering.cpp:
implement the lowering for this intrinsic
llvm/lib/VMCore/Verifier.cpp:
@@ -101,7 +101,7 @@ function and then be turned into an instruction if warranted.
that you added.
llvm/lib/Analysis/BasicAliasAnalysis.cpp: If the new intrinsic does
- not access memory, or does not write to memory, add it to the relevant list
+ not access memory or does not write to memory, add it to the relevant list
of functions.
llvm/lib/Transforms/Utils/Local.cpp: If it is possible to constant