From 47b14a4a6a455c7be169cfd312fcbe796f0ad426 Mon Sep 17 00:00:00 2001
From: Misha Brukman
Date: Thu, 29 Jul 2004 17:30:56 +0000
Subject: Fix #includes of i*.h => Instructions.h as per PR403.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15334 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/ExtendingLLVM.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'docs/ExtendingLLVM.html')
diff --git a/docs/ExtendingLLVM.html b/docs/ExtendingLLVM.html
index d86b1a4..8ff2736 100644
--- a/docs/ExtendingLLVM.html
+++ b/docs/ExtendingLLVM.html
@@ -135,7 +135,7 @@ necessary.
llvm/include/llvm/Instruction.def:
add a number for your instruction and an enum name
-llvm/include/llvm/i*.h:
+llvm/include/llvm/Instructions.h:
add a definition for the class that will represent your instruction
llvm/include/llvm/Support/InstVisitor.h:
--
cgit v1.1