From: Chris Lattner
Date: Thu, 29 Jul 2004 17:31:57 +0000 (+0000)
Subject: Fix #includes of i*.h => Instructions.h as per PR403:
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8f36321a952241b25e4cef9f2166a19b47bfc9a0;p=oota-llvm.git
Fix #includes of i*.h => Instructions.h as per PR403:
http://llvm.cs.uiuc.edu/PR403 .
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15338 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/ExtendingLLVM.html b/docs/ExtendingLLVM.html
index 8ff27362e9a..810b5a70648 100644
--- a/docs/ExtendingLLVM.html
+++ b/docs/ExtendingLLVM.html
@@ -154,8 +154,8 @@ necessary.
llvm/lib/VMCore/Instruction.cpp:
add a case for how your instruction will be printed out to assembly
-llvm/lib/VMCore/i*.cpp:
- implement the class you defined in llvm/include/llvm/i*.h
+llvm/lib/VMCore/Instructions.cpp:
+ implement the class you defined in llvm/include/llvm/Instructions.h