diff options
author | Chris Lattner <sabre@nondot.org> | 2004-06-20 07:53:22 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-06-20 07:53:22 +0000 |
commit | 58559b370ac7d20aa8e750b8f108adb0732e8cca (patch) | |
tree | 96689ca66efecedf7288115973841029b2604d34 /llvm/docs/ExtendingLLVM.html | |
parent | 243561d74bcf001c896c9c02d475cd41d8ad68f5 (diff) | |
download | bcm5719-llvm-58559b370ac7d20aa8e750b8f108adb0732e8cca.tar.gz bcm5719-llvm-58559b370ac7d20aa8e750b8f108adb0732e8cca.zip |
Update path
llvm-svn: 14268
Diffstat (limited to 'llvm/docs/ExtendingLLVM.html')
-rw-r--r-- | llvm/docs/ExtendingLLVM.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/ExtendingLLVM.html b/llvm/docs/ExtendingLLVM.html index 3d5ccc0d13c..d86b1a47dc8 100644 --- a/llvm/docs/ExtendingLLVM.html +++ b/llvm/docs/ExtendingLLVM.html @@ -90,7 +90,7 @@ function and then be turned into an instruction if warranted.</p> <li><tt>llvm/include/llvm/Intrinsics.h</tt>: add an enum in the <tt>llvm::Intrinsic</tt> namespace</li> -<li><tt>llvm/lib/VMCore/IntrinsicLowering.cpp</tt>: +<li><tt>llvm/lib/CodeGen/IntrinsicLowering.cpp</tt>: implement the lowering for this intrinsic</li> <li><tt>llvm/lib/VMCore/Verifier.cpp</tt>: @@ -101,7 +101,7 @@ function and then be turned into an instruction if warranted.</p> that you added.</li> <li><tt>llvm/lib/Analysis/BasicAliasAnalysis.cpp</tt>: 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.</li> <li><tt>llvm/lib/Transforms/Utils/Local.cpp</tt>: If it is possible to constant |