From: Alkis Evlogimenos Date: Wed, 8 Oct 2003 04:45:45 +0000 (+0000) Subject: Forward declare class Type since it is used in this class and Type.h is not included X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=185a7ab2ed2f6e34f5045a1c1e507a7444380260;p=oota-llvm.git Forward declare class Type since it is used in this class and Type.h is not included git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8958 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/MachineFrameInfo.h b/include/llvm/CodeGen/MachineFrameInfo.h index 6f907e1ff36..c1e9b9a7d33 100644 --- a/include/llvm/CodeGen/MachineFrameInfo.h +++ b/include/llvm/CodeGen/MachineFrameInfo.h @@ -33,6 +33,7 @@ class TargetData; class TargetRegisterClass; +class Type; class MachineFunction; #include